floatingPointModel Enumeration
Visual Studio 2015
Specifies floating point behavior.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| FloatingPointFast | Creates the fastest code in the majority of cases. | |
| 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. |
Show: