Click or drag to resize

ArithmeticZigZagDecode Method

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

Decides a ZigZag encoded integer back to a signed integer

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

Parameters

value
Type: SystemUInt64
The unsigned integer

Return Value

Type: Int64
The signed version of the integer
See Also