JCL Help:GalCanToLitre

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a volume from Canadian Gallons to Litres.


Pascal

 function GalCanToLitre(const GalCan: Float): Float;


Parameters

Parameters Description
const GalCan: Float The volume, in Canadian Gallons, to convert to Litres.


Return Value

The volume after conversion to Litres.


Description

The GalCanToLitre routine converts the specified volume, in Canadian Gallons, to the corresponding volume in Litres.


About

Unit

JclUnitConv


Donator

Allan Lyons


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