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