Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VCCLCompilerTool.floatingPointModel Property

Definition

Namespace:
Microsoft.VisualStudio.VCProjectEngine
Assembly:
Microsoft.VisualStudio.VCProjectEngine.dll
Package:
Microsoft.VisualStudio.VCProjectEngine v17.14.40264

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.

Sets or gets the floating point model.

public:
 property Microsoft::VisualStudio::VCProjectEngine::floatingPointModel floatingPointModel { Microsoft::VisualStudio::VCProjectEngine::floatingPointModel get(); void set(Microsoft::VisualStudio::VCProjectEngine::floatingPointModel value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::floatingPointModel floatingPointModel { Microsoft::VisualStudio::VCProjectEngine::floatingPointModel get(); void set(Microsoft::VisualStudio::VCProjectEngine::floatingPointModel value); };
[System.Runtime.InteropServices.DispId(130)]
public Microsoft.VisualStudio.VCProjectEngine.floatingPointModel floatingPointModel { [System.Runtime.InteropServices.DispId(130)] get; [System.Runtime.InteropServices.DispId(130)] set; }
[<System.Runtime.InteropServices.DispId(130)>]
[<get: System.Runtime.InteropServices.DispId(130)>]
[<set: System.Runtime.InteropServices.DispId(130)>]
member this.floatingPointModel : Microsoft.VisualStudio.VCProjectEngine.floatingPointModel with get, set
Public Property floatingPointModel As floatingPointModel

Property Value

A value from the floatingPointModel enumeration.

Attributes

Applies to