JCL Help:YardToMetre

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a length from yards to meters.


Pascal

 function YardToMetre(const Yard: Float): Float;


Parameters

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


Return Value

The length after conversion to meters.


Description

The YardToMetre routine converts the specified length, in yards, 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