Method AreDoublesClose
AreDoublesClose(double, double)
Indicates whether specified parameters is close to each other.
public static bool AreDoublesClose(double d1, double d2)
Parameters
Returns
- bool
true if difference between specified parameters less then
Epsilon
; otherwise false.