|
Numerical conversion routines
|
|
| acUtils
|
| function DecToHex(Value: LongInt): String;
|
| function HexToDec(Value: String): LongInt;
|
| function DecToBin(Value: LongInt): String;
|
| function BinToDec(Value: String): LongInt;
|
| function DecToRoman(Value: Integer): String;
|
| function Int2x32To64(IntHi, IntLo: DWord): LongLong;
|
| Routines for numerical conversions for major scales of notation.
|