Represents the constant that is the smallest nonzero Double value.
[Visual Basic] Public Const Epsilon As Double [C#] public const double Epsilon; [C++] public: const double Epsilon; [JScript] public var Epsilon : double;
Epsilon represents the granularity of a Double.
The value of Epsilon is 4.94065645841247e-324 (0x1), but some compilers do not parse the number correctly and returns 2*Epsilon (0x2).
Double Structure | Double Members | System Namespace | Parse