JCL Help:KnotToMs

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a velocity from knot to meters per second.


Pascal

 function KnotToMs(const Knot: Float): Float;


Parameters

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


Return Value

The velocity after conversion to meters per second.


Description

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


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