ZylGPSReceiver Mobile for Smart Phone

GPSPosition.KnotsToKmh Method 

Converts knots to km/h.

[Visual Basic]
Public Shared Function KnotsToKmh( _
   ByVal Double As Double _
) As Double
[C#]
public static double KnotsToKmh(
   Double speed
);

Parameters

Double
Speed in knots.

Return Value

Speed in km/h.

See Also

GPSPosition Class | ZylGPSReceiverMobileSP Namespace