Пример #1
0
 // cm/min
 public static VelocityInMeterPerMinute <Mag.Centi> CentimeterPerMinute(Length s, Time t)
 {
     return(CentimeterPerMinute(Length.Centimeter(s).Vector / Time.Minutes(t).Value));
 }
Пример #2
0
 // cm/s
 public static VelocityInMeterPerSec <Mag.Centi> CentimeterPerSec(Length s, Time t)
 {
     return(CentimeterPerSec(Length.Centimeter(s).Vector / Time.Sec(t).Value));
 }