JCL Help:LitreToGalUs

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a volume from litres to US Gallons.


Pascal

 function LitreToGalUs(const Litre: Float): Float;


Parameters

Parameters Description
const Litre: Float The volume, in litres, to convert to US Gallons.


Return Value

The volume after conversion to US Gallons.


Description

The LitreToGalUs routine converts the specified volume, in litres, to the corresponding volume in US Gallons.


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