예제 #1
0
 // knots
 public static VelocityInKnots Knots(Length s, Time t)
 {
     return(Knots(Length.NauticalMiles(s).Vector / Time.Hours(t).Value));
 }
예제 #2
0
 public override Length ConvertInS(Length S)
 {
     return(Length.NauticalMiles(S));
 }