nGal2Ltr()
Gallons into liters
Syntax:
nGal2Ltr( nNumber ) -> nResul
nNumber : is the value in gallons.
Description:
Converts a volume from gallons into liters.
Return:
The value of nNumber converted into liters.
Example:
? nGal2Ltr( 2 ) // 9.0909
See Also:nLtr2Gal()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson