Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies floating point behavior.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration floatingPointModel
public enum floatingPointModel
public enum class floatingPointModel
type floatingPointModel
public enum floatingPointModel
Members
| Member name | Description | |
|---|---|---|
| FloatingPointPrecise | Default. Improves the consistency of floating-point tests for equality and inequality by disabling optimizations that could change the precision of floating-point calculations | |
| FloatingPointStrict | Creates the fastest code in the majority of cases. | |
| FloatingPointFast | Creates the fastest code in the majority of cases. |
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace