Click or drag to resize

BitReaderReadNibble Method (Boolean)

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

Read a nibble (4 bits) from the stream.

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

Parameters

asUpper
Type: SystemBoolean
Whether or not the nibble should be left-shifted by 4 bits

Return Value

Type: Byte
The nibble that was read
See Also