floatingPointModel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies floating point behavior.
public enum class floatingPointModel
public enum class floatingPointModel
enum floatingPointModel
public enum floatingPointModel
type floatingPointModel =
Public Enum floatingPointModel
- Inheritance
-
floatingPointModel
Fields
Name | Value | Description |
---|---|---|
FloatingPointPrecise | 0 | 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 | 1 | Creates the fastest code in the majority of cases. |
FloatingPointFast | 2 | Creates the fastest code in the majority of cases. |