Maximum value for a nibble.
Source position: syshelph.inc line 1346
const TInt64Helper.MaxNibble = High(TInt64NibbleIndex);
MaxNibble is the highest nibble an Int64-typed value can contain.
TInt64Helper.MinNibble
Minimum value for a nibble.