JCL Help:FeetToMetre

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a length from feet to meters.


Pascal

 function FeetToMetre(const Feet: Float): Float;


Parameters

Parameters Description
const Feet: Float The length, in feet, to convert to meters.


Return Value

The length after conversion to meters.


Description

The FeetToMetre routine converts the specified length, in feet, to the corresponding length in meters.


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