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



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


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

Syntax

Visual Basic (Declaration) 
Public Function ReadAsDouble() As Double()
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value() As Double
 
value = instance.ReadAsDouble()
C# 
public double[] ReadAsDouble()
C++/CLI 
public:
array<double>^ ReadAsDouble(); 

Return Value

The double-precision floating-point values read.

Remarks

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

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

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also