Click or drag to resize

RadixCodecRadix65535 Property

Gets a radix-65535 value encoding. This is the largest supported radix.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static RadixCodec Radix65535 { get; }
View Source

Property Value

RadixCodec
Remarks
int.MaxValue encodes to "魴魳", 2 characters int.MinValue encodes to "-魴魴", 3 characters -- base 65535 reduces 32-bit integer sizes to a maximum of 3 characters (not 3 bytes) uint.MaxValue encodes to "120", 3 characters long.MaxValue encodes to "魵魶魵魳", 4 characters long.MinValue encodes to "-魵魶魵魴", 5 characters ulong.MaxValue encodes to "14640", 5 characters
See Also