Java Utililty Methods Knot to Meter Convert

List of utility methods to do Knot to Meter Convert

Description

The list of methods to do Knot to Meter Convert are organized into topic(s).

Method

doubleknotsToMetersPerSecond(double speedInKnots)
knots To Meters Per Second
return speedInKnots * 1852d / 3600d;