コード例 #1
0
 public bool EqualsClosely(Equation other)
 {
     return(Math.Abs(Value - other.Value) < 1e-11);
 }