JCL Help:CmToInch
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CmToInch Function
Search in JCL Help
Search in all projects
Summary
Converts a length from centimeters to inches.
Pascal
function CmToInch(const Cm: Float): Float;
Parameters
Parameters | Description |
const Cm: Float | The length, in centimeters, to convert to inches. |
Return Value
The length after conversion to inches.
Description
The CmToInch routine converts the specified length, in centimeters, to the corresponding length in inches.
About
Unit
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