Click or drag to resize

BitStreamWriteBit Method

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

Write a single bit to the stream

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteBit(
	bool bit
)
Request Example View Source

Parameters

bit
Type: SystemBoolean
Value of the bit. True represents 1, False represents 0
See Also