JCL Help:MetreToFeet

From Project JEDI Wiki
Jump to navigationJump to search


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

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