Bit range for 64-bit signed integer types
Source position: syshelph.inc line 22
type TInt64BitIndex = 0..63; |
TInt64BitIndex is the range of allowed bit indexes for a 64-bit integer type, it is used in the 64-bit helper TInt64Helper.
|
Helper for a Int64-typed ordinal value |