JCL Help:MsToKnot

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a velocity from meters per second to knots.


Pascal

 function MsToKnot(const Ms: Float): Float;


Parameters

Parameters Description
const Ms: Float The velocity, in meters per second, to convert to knots.


Return Value

The velocity after conversion to knots.


Description

The MsToKnot routine converts the specified velocity, in meters per second, to the corresponding velocity in knots.


About

Unit

JclUnitConv


Donator

Manlio Laschena


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