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;
The value of the Epsilon constant is (float)1.4e-45. Epsilon represents the granularity of a Single.