Click or drag to resize

BitWriterWriteSinglePacked Method

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

Write single-precision floating point value to the stream as a varint

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

Parameters

value
Type: SystemSingle
Value to write
See Also