JCL Help:InchToCm

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a length from inches to centimeters.


Pascal

 function InchToCm(const Inch: Float): Float;


Parameters

Parameters Description
const Inch: Float The length, in inches, to convert to centimeters.


Return Value

The length after conversion to centimeters.


Description

The InchToCm routine converts the specified length, in inches, to the corresponding length in centimeters.


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