Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
BufferReader Class
BufferReader Methods
ReadSingle Method
ReadSingle Method (Endian)
ReadSingle Method (Int32, Endian)
BufferReader
ReadSingle Method (Endian)
Reads a 32bit single floating point number at the current position in the buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
float
ReadSingle
(
Endian
endian
)
Parameters
endian
Type:
Demo3D.IO
Endian
The encoding of the data in the buffer.
Return Value
Type:
Single
The value read.
Implements
IDataReader
ReadSingle(Endian)
See Also
Reference
BufferReader Class
ReadSingle Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com