Previous: Fv function To the Table of Content Next: GradToRad function

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

GalToLitre function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts US gallons to litres.

Declaration:
function GalToLitre(Gallons: Extended): Extended;
Remarks:
Use GalToLitre to convert volume measured in gallons into litres. GalToLitre uses the formula:
 Litres =  Gallons * 3.785411784



Previous: Fv function To the Table of Content Next: GradToRad function
Fv function Table of Content GradToRad function

- 4.45.2.31 -