예제 #1
0
 public int CompareTo(SquareTime other)
 {
     return(UnitedValuesUtils.Compare <SquareTime, SquareTimeUnit>(this, other));
 }
 public int CompareTo(CelsiusTemperature other)
 {
     return(UnitedValuesUtils.Compare <CelsiusTemperature, CelsiusTemperatureUnit>(this, other));
 }
예제 #3
0
 public int CompareTo(Pressure other)
 {
     return(UnitedValuesUtils.Compare <Pressure, PressureUnit>(this, other));
 }
예제 #4
0
 public int CompareTo(KelvinTemperature other)
 {
     return UnitedValuesUtils.Compare<KelvinTemperature, KelvinTemperatureUnit>(this, other);
 }
예제 #5
0
 public int CompareTo(Mass other)
 {
     return(UnitedValuesUtils.Compare <Mass, MassUnit>(this, other));
 }
예제 #6
0
 public int CompareTo(Force other)
 {
     return(UnitedValuesUtils.Compare <Force, ForceUnit>(this, other));
 }
예제 #7
0
 public int CompareTo(Power other)
 {
     return(UnitedValuesUtils.Compare <Power, PowerUnit>(this, other));
 }
예제 #8
0
 public int CompareTo(DeltaKelvinTemperature other)
 {
     return(UnitedValuesUtils.Compare <DeltaKelvinTemperature, KelvinTemperatureUnit>(this, other));
 }
예제 #9
0
 public int CompareTo(Energy other)
 {
     return(UnitedValuesUtils.Compare <Energy, EnergyUnit>(this, other));
 }