JCL Help:LitreToGalCan

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a volume from litres to Canadian Gallons.


Pascal

 function LitreToGalCan(const Litre: Float): Float;


Parameters

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


Return Value

The volume after conversion to Canadian Gallons.


Description

The LitreToGalCan routine converts the specified volume, in litres, to the corresponding volume in Canadian Gallons.


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