Microsoft DirectX 9.0 SDK Update (October 2004)

Single16.Epsilon Field

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the smallest value that a Single Leave Site can hold.

Definition

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

Field Value

System.Single . A Single Leave Site value that indicates the smallest value that the Single Leave Site 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


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center