![]() |
![]() |
![]() |
Single16.Epsilon Field |
Language: |
Retrieves the smallest value that a Single can hold.
Visual Basic .NET Public Shared Epsilon As Single C# public static Single Epsilon; Managed C++ public: static Single Epsilon; JScript .NET public static var Epsilon : Single
System.Single . A Single
This field is read-only.value that indicates the smallest value that the Single
can hold.
This field's value is the smallest value for which the following equation is true:
1.0 + epsilon != 1
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center