Click or drag to resize

BitWriterWriteDouble Method

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

Write double-precision floating point value to the stream

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

Parameters

value
Type: SystemDouble
Value to write
See Also