Java Utililty Methods Knot to Meter Convert
List of utility methods to do Knot to Meter Convert
HOME
Java
K
Knot to Meter Convert
Description
The list of methods to do Knot to Meter Convert are organized into topic(s).
Method
double
knotsToMetersPerSecond(double speedInKnots)
knots To Meters Per Second
return
speedInKnots * 1852d / 3600d;