Description:
Gets the value of DBL_EPSILON, which is the smallest positive floating point number x such that 1 + x != 1. This is different than Double.Epsilon which is the smallest positive Double value that is greater than zero.
Syntax:
public const public const double Epsilon = 2.2204460492503131e-16
Remarks:
This is equivalent to openNURBS ON_EPSILON.