Previous: KgToLb function To the Table of Content Next: LitreToGal function

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

LbToKg function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts pounds to kilograms.

Declaration:
function LbToKg(Pounds: Extended): Extended;
Remarks:
Use LbToKg to convert weight measured in pounds into kilograms. LbToKg uses the formula
  kilograms = Pounds * 0.45359237



Previous: KgToLb function To the Table of Content Next: LitreToGal function
KgToLb function Table of Content LitreToGal function

- 4.45.2.36 -