Click or drag to resize

BitWriterWriteNibble Method (Byte, Boolean)

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

Write either the upper or lower nibble of a byte to the stream.

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

Parameters

value
Type: SystemByte
Value holding the nibble
upper
Type: SystemBoolean
Whether or not the upper nibble should be written. True to write the four high bits, else writes the four low bits.
See Also