Field DoubleEpsilon
Represents the smallest positive double value such that 1.0 + DoubleEpsilon is not equal to 1.0.
public const double DoubleEpsilon = 2.220446049250313E-16
Returns
- double
- Represents the smallest positive value such that 1.0 + is not equal to 1.0.
Remarks
This constant is useful for comparing floating-point numbers with a tolerance for precision errors.