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

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

LitreToGal function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts litres to US gallons.

Declaration:
function LitreToGal(Litre: Extended): Extended;
Remarks:
Use LitreToGal to convert volume measured in litres into gallons. LitreToGal uses the formula
  gallons = Litre / 3.785411784



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

- 4.45.2.37 -