- 4.45.2.16 -
Standard Units
Math Unit
Math Unit Procedures and FunctionsCmToInch function
Targets: MS-DOS, OS/2, Win32
Math Unit
Converts centimetres to inches.
Declaration:
function CmToInch(Cm: Extended): Extended;
Remarks:
Use CmToInch to convert length measured in centimetres into inches.
CmToInch uses the formula
Inches = Cm / 2.54
|
|
|
ChgSign function |
Table of Content |
CopySign function |
- 4.45.2.16 -