Method ZigZagDecode
ZigZagDecode(ulong)
Decides a ZigZag encoded integer back to a signed integer
Declaration
public static long ZigZagDecode(ulong value)
Parameters
Type | Name | Description |
---|---|---|
ulong | value | The unsigned integer |
Returns
Type | Description |
---|---|
long | The signed version of the integer |