Esempio n. 1
0
 public int CompareTo(Acceleration other) => Value_.CompareTo(other.Value_);
Esempio n. 2
0
 public int CompareTo(TimePerLengthCub other) => Value_.CompareTo(other.Value_);
 public int CompareTo(TimeSqrPerLength other) => Value_.CompareTo(other.Value_);
 public int CompareTo(MassTimePerLength other) => Value_.CompareTo(other.Value_);
 public int CompareTo(LengthSqrMass other) => Value_.CompareTo(other.Value_);
 public int CompareTo(TimeCub other) => Value_.CompareTo(other.Value_);
 public int CompareTo(LengthSqrPerTimeCub other) => Value_.CompareTo(other?.Value_);
Esempio n. 8
0
 public int CompareTo(Force other) => Value_.CompareTo(other.Value_);
Esempio n. 9
0
 public int CompareTo(LengthSqrTimeSqr other) => Value_.CompareTo(other.Value_);
 public int CompareTo(PerElectricCurrent other) => Value_.CompareTo(other.Value_);
Esempio n. 11
0
 public int CompareTo(PerMassLengthCubTimeCub other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(Area other) => Value_.CompareTo(other?.Value_);
Esempio n. 13
0
 public int CompareTo(Volume other) => Value_.CompareTo(other.Value_);
Esempio n. 14
0
 public int CompareTo(TimeSqrMass other) => Value_.CompareTo(other.Value_);
 public int CompareTo(TimeCubMassPerLength other) => Value_.CompareTo(other.Value_);
Esempio n. 16
0
 public int CompareTo(LengthCubTimeSqrMass other) => Value_.CompareTo(other?.Value_);
Esempio n. 17
0
 public int CompareTo(LengthCubMassPerTime other) => Value_.CompareTo(other.Value_);
 public int CompareTo(LengthSqrTimePerMass other) => Value_.CompareTo(other?.Value_);
Esempio n. 19
0
 public int CompareTo(MassPerLengthSqr other) => Value_.CompareTo(other?.Value_);
Esempio n. 20
0
 public int CompareTo(Temperature other) => Value_.CompareTo(other?.Value_);
Esempio n. 21
0
 public int CompareTo(LengthPerMassTime other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(TimeCubPerLengthSqr other) => Value_.CompareTo(other?.Value_);
Esempio n. 23
0
 public int CompareTo(PerLengthMass other) => Value_.CompareTo(other.Value_);
Esempio n. 24
0
 public int CompareTo(TimeCubLengthSqrPerMass other) => Value_.CompareTo(other.Value_);
 public int CompareTo(PerAngle other) => Value_.CompareTo(other.Value_);
Esempio n. 26
0
 public int CompareTo(PerMassLengthSqr other) => Value_.CompareTo(other.Value_);
 public int CompareTo(PerMassTimeSqrLengthCub other) => Value_.CompareTo(other.Value_);
Esempio n. 28
0
 public int CompareTo(PerLengthTimeCub other) => Value_.CompareTo(other?.Value_);
 public int CompareTo(LengthCubTimeCubPerMass other) => Value_.CompareTo(other.Value_);
 public int CompareTo(LengthMass other) => Value_.CompareTo(other?.Value_);