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!

Single.Epsilon

Represents the constant that is the closest positive number, but not less than, to zero.

[Visual Basic]
Public Const Epsilon As Single
[C#]
public const float Epsilon;
[C++]
public: const float Epsilon;
[JScript]
public var Epsilon : float;

Remarks

The value of the Epsilon constant is (float)1.4e-45. Epsilon represents the granularity of a Single.

See Also

Single Structure | Single Members | System Namespace