Previous: ChgSign function To the Table of Content Next: CopySign function

- 4.45.2.16 -
Standard Units
Math Unit
Math Unit Procedures and Functions

CmToInch 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



Previous: ChgSign function To the Table of Content Next: CopySign function
ChgSign function Table of Content CopySign function

- 4.45.2.16 -