Click or drag to resize

BitReaderReadUInt16 Method

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

Read an unsigned short (UInt16) from the stream.

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

Return Value

Type: UInt16
Value read from stream.
See Also