Esempio n. 1
0
 public int CompareTo(TimeSqrPerMass other) => Value_.CompareTo(other?.Value_);
Esempio n. 2
0
 public int CompareTo(LengthSqrMassPerTimeSqr other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(PerLengthTimeCub other) => Value_.CompareTo(other.Value_);
Esempio n. 4
0
 public int CompareTo(AmountOfSubstance other) => Value_.CompareTo(other.Value_);
 public int CompareTo(TimeSqrLengthPerMass other) => Value_.CompareTo(other.Value_);
Esempio n. 6
0
 public int CompareTo(LengthCubTimeSqr other) => Value_.CompareTo(other.Value_);
Esempio n. 7
0
 public int CompareTo(TimeCubLengthSqr other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(MassPerLengthCubTimeCub other) => Value_.CompareTo(other.Value_);
Esempio n. 9
0
 public int CompareTo(Density other) => Value_.CompareTo(other?.Value_);
Esempio n. 10
0
 public int CompareTo(LengthSqrTime other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(TimeCubMass other) => Value_.CompareTo(other.Value_);
Esempio n. 12
0
 public int CompareTo(TimePerMassLengthSqr other) => Value_.CompareTo(other.Value_);
Esempio n. 13
0
 public int CompareTo(TimeCubPerMassLengthCub other) => Value_.CompareTo(other.Value_);
 public int CompareTo(MassTimePerLengthSqr other) => Value_.CompareTo(other?.Value_);
Esempio n. 15
0
 public int CompareTo(LengthSqrTimeSqrPerMass other) => Value_.CompareTo(other.Value_);
Esempio n. 16
0
 public int CompareTo(PerLuminousIntensity other) => Value_.CompareTo(other.Value_);
 public int CompareTo(TimeCubPerLengthMass other) => Value_.CompareTo(other.Value_);
Esempio n. 18
0
 public int CompareTo(PerLengthMassTime other) => Value_.CompareTo(other.Value_);
 public int CompareTo(TimeCubLengthPerMass other) => Value_.CompareTo(other?.Value_);
Esempio n. 20
0
 public int CompareTo(Volume other) => Value_.CompareTo(other?.Value_);
Esempio n. 21
0
 public int CompareTo(MassTime other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(PerMassTimeLengthCub other) => Value_.CompareTo(other?.Value_);
Esempio n. 23
0
 public int CompareTo(PerTimeLengthSqr other) => Value_.CompareTo(other?.Value_);
Esempio n. 24
0
 public int CompareTo(MassPerLengthTimeSqr other) => Value_.CompareTo(other.Value_);
 public int CompareTo(LengthCubPerMass other) => Value_.CompareTo(other.Value_);
Esempio n. 26
0
 public int CompareTo(PerElectricCurrent other) => Value_.CompareTo(other.Value_);
Esempio n. 27
0
 public int CompareTo(LengthPerTimeCub other) => Value_.CompareTo(other?.Value_);
Esempio n. 28
0
 public int CompareTo(Acceleration other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(TimeSqrPerLengthCub other) => Value_.CompareTo(other?.Value_);
Esempio n. 30
0
 public Power(Value_ @base, Value_ pow) : base(new DeputyProps(new object[] { @base, pow }))
 {
 }