Click or drag to resize

BitReaderReadSByte Method

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

Reads a signed byte

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

Return Value

Type: SByte
Value read from stream.
See Also