Click or drag to resize

BitReaderReadDouble Method

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

Read a double-precision floating point value from the stream.

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

Return Value

Type: Double
The read value
See Also