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






Reads a single or multiple occurrences of double-precision floating-point values from the current position.
Syntax
'Declaration
 
Public Function ReadAsDouble() As System.Double()
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value() As System.Double
 
value = instance.ReadAsDouble()
public System.double[] ReadAsDouble()
public function ReadAsDouble(): System.array of Double; 
public function ReadAsDouble() : System.double[];
public: System.double[]* ReadAsDouble(); 
public:
System.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.

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