JCL Help:KmToNm

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a length from kilometers to nautic miles.


Pascal

 function KmToNm(const Km: Float): Float;


Parameters

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


Return Value

The length after conversion to nautic miles.


Description

The KmToNm routine converts the specified length, in kilometers, to the corresponding length in nautic 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