NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Double.Epsilon

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;

Remarks

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).

See Also

Double Structure | Double Members | System Namespace | Parse