Click or drag to resize

BitReaderReadInt64Packed Method

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

Read a ZigZag encoded varint signed long(Int64) from the stream.

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

Return Value

Type: Int64
Decoded un-varinted value.
See Also