JCL Help:KmToSm

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a length from kilometers to statute miles.


Pascal

 function KmToSm(const Km: Float): Float;


Parameters

Parameters Description
const Km: Float The length, in kilometers, to convert to statute miles.


Return Value

The length after conversion to statute miles.


Description

The KmToSm routine converts the specified length, in kilometers, to the corresponding length in statute miles.


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