This topic has not yet been rated - Rate this topic

floatingPointModel Enumeration

Specifies floating point behavior.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum floatingPointModel
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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement