Ejemplo n.º 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));
 }
Ejemplo n.º 3
0
 public int CompareTo(Pressure other)
 {
     return(UnitedValuesUtils.Compare <Pressure, PressureUnit>(this, other));
 }
Ejemplo n.º 4
0
 public int CompareTo(KelvinTemperature other)
 {
     return UnitedValuesUtils.Compare<KelvinTemperature, KelvinTemperatureUnit>(this, other);
 }
Ejemplo n.º 5
0
 public int CompareTo(Mass other)
 {
     return(UnitedValuesUtils.Compare <Mass, MassUnit>(this, other));
 }
Ejemplo n.º 6
0
 public int CompareTo(Force other)
 {
     return(UnitedValuesUtils.Compare <Force, ForceUnit>(this, other));
 }
Ejemplo n.º 7
0
 public int CompareTo(Power other)
 {
     return(UnitedValuesUtils.Compare <Power, PowerUnit>(this, other));
 }
Ejemplo n.º 8
0
 public int CompareTo(DeltaKelvinTemperature other)
 {
     return(UnitedValuesUtils.Compare <DeltaKelvinTemperature, KelvinTemperatureUnit>(this, other));
 }
Ejemplo n.º 9
0
 public int CompareTo(Energy other)
 {
     return(UnitedValuesUtils.Compare <Energy, EnergyUnit>(this, other));
 }