Previous: InchToCm function To the Table of Content Next: LbToKg function

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

KgToLb function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts kilograms to pounds.

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



Previous: InchToCm function To the Table of Content Next: LbToKg function
InchToCm function Table of Content LbToKg function

- 4.45.2.35 -