JCL Help:MetreToYard

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a length from meters to yards.


Pascal

 function MetreToYard(const Metre: Float): Float;


Parameters

Parameters Description
const Metre: Float The length, in meters, to convert to yards.


Return Value

The length after conversion to yards.


Description

The MetreToYard routine converts the specified length, in meters, to the corresponding length in yards.


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