Ejemplo n.º 1
0
 public override Length ConvertInS(Length S)
 {
     return(Length.Miles(S));
 }
Ejemplo n.º 2
0
 //mph
 public static VelocityInMilesPerHour MilesPerHour(Length s, Time t)
 {
     return(MilesPerHour(Length.Miles(s).Vector / Time.Hours(t).Value));
 }