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