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