Beispiel #1
0
 public int CompareTo(SpeedSquared other) => TotalMetersSquaredPerSecondSquared.CompareTo(other.TotalMetersSquaredPerSecondSquared);
Beispiel #2
0
 public bool Equals(SpeedSquared other) => Math.Abs(TotalMetersSquaredPerSecondSquared - other.TotalMetersSquaredPerSecondSquared) < UnitConstants.EqualityComparisonEpsilon;