Microsoft DirectX 9.0 SDK Update (October 2004)

BehaviorFlags.FpuPreserve Property

Language:

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

Retrieves a value that indicates whether floating-point unit (FPU) exceptions or double-precision FPU exceptions are enabled in an application.

Definition

Visual Basic .NET Public ReadOnly Property FpuPreserve As Boolean
C# public bool FpuPreserve { get; }
Managed C++ public: __property bool get_FpuPreserve();
JScript .NET public function get FpuPreserve() : boolean

Property Value

System.Boolean . Value that is true if FPU exceptions or double-precision FPU exceptions are enabled, or false if they are not.

This property is read-only. 

Remarks

If this value is true, Microsoft® Direct3D® performance can degrade.

See Also


© 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