FastInfoset.NET Class Reference for .NET
ReadAsFloat Method (XmlFastInfosetReader)






Reads a single or multiple occurrences of single-precision floating-point values from the current position.
Syntax
'Declaration
 
Public Function ReadAsFloat() As System.Single()
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value() As System.Single
 
value = instance.ReadAsFloat()
public System.float[] ReadAsFloat()
public function ReadAsFloat(): System.array of Single; 
public function ReadAsFloat() : System.float[];
public: System.float[]* ReadAsFloat(); 
public:
System.array<float>^ ReadAsFloat(); 

Return Value

The single-precision floating-point values read.
Remarks

The ReadAsFloat method reads a single or multiple single values from the current position in the content.

The single values must have been encoded using Fast Infoset's binary encoding of single values.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback