Click or drag to resize

BitReaderReadSinglePacked Method

[This is preliminary documentation and is subject to change.]

Read a single-precision floating point value from the stream from a varint

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float ReadSinglePacked()
Request Example View Source

Return Value

Type: Single
The read value
See Also