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