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