Single16.Epsilon Field (Microsoft.DirectX)
Retrieves the smallest value that a Single can hold.
Definition
Visual Basic Public Shared Epsilon As Single C# public static Single Epsilon; C++ public: static Single Epsilon; JScript public static var Epsilon : Single
Field Value
System.Single
A Single value that indicates the smallest value that the Single can hold.This field is read-only.
Remarks
This field's value is the smallest value for which the following equation is true:
1.0 + epsilon != 1