C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / DataStream Class / ReadFloat Method

In This Topic
ReadFloat Method
In This Topic
Reads a float.
Syntax
'Declaration
 
Public Function ReadFloat() As System.Single
 

Return Value

a float from the stream
Remarks
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
See Also