Click or drag to resize

BitWriterWriteNibble Method (Byte)

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

Write the lower half (lower nibble) of a byte.

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

Parameters

value
Type: SystemByte
Value containing nibble to write.
See Also