JCL Help:CmToInch

From Project JEDI Wiki
Jump to navigationJump to search


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

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