JCL Help:GalUsToLitre

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a volume from US Gallons to Litres.


Pascal

 function GalUsToLitre(const GalUs: Float): Float;


Parameters

Parameters Description
const GalUs: Float The volume, in US Gallons, to convert to Litres.


Return Value

The volume after conversion to Litres.


Description

The GalUsToLitre routine converts the specified volume, in US Gallons, to the corresponding volume in Litres.


About

Unit

JclUnitConv


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page