MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitWriter Class
BitWriter Methods
WriteNibble Method
WriteNibble Method (Byte)
WriteNibble Method (Byte, Boolean)
BitWriter
WriteNibble 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#
Copy
public
void
WriteNibble
(
byte
value
)
Request Example
View Source
Parameters
value
Type:
System
Byte
Value containing nibble to write.
See Also
Reference
BitWriter Class
WriteNibble Overload
MLAPI.Serialization Namespace