| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadAsDouble Method |
'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();
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.
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