[]
        
(Showing Draft Content)

C1.Util.DX.DataStream.ReadFloat

ReadFloat Method

ReadFloat()

Reads a float.

Declaration
public float ReadFloat()
Returns
Type Description
float

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.