Exemple #1
0
 public bool Equals(ApproximatelyEquatableDouble other) => Value == other.Value;
Exemple #2
0
 public bool ApproximatelyEquals(ApproximatelyEquatableDouble other, double?delta = null, double?relativeDelta = null, long?ulpsApart = null)
 => Value.ApproximatelyEquals(other.Value, delta, relativeDelta, ulpsApart);