Click or drag to resize

BitStreamReadBit Method

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

Read a single bit from the stream.

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

Return Value

Type: Boolean
A bit in bool format. (True represents 1, False represents 0)
See Also