Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.ReadAsFloat() Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadAsFloat Method



Reads a single or multiple occurrences of single-precision floating-point values from the current position.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Public Function ReadAsFloat() As Single()
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value() As Single
 
value = instance.ReadAsFloat()
C# 
public float[] ReadAsFloat()
C++/CLI 
public:
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.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also