VCCLCompilerTool.floatingPointModel Property

Sets or gets the floating point model.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Property floatingPointModel As floatingPointModel

Dim instance As VCCLCompilerTool
Dim value As floatingPointModel

value = instance.floatingPointModel

instance.floatingPointModel = value
floatingPointModel floatingPointModel { get; set; }
property floatingPointModel floatingPointModel {
    floatingPointModel get ();
    void set (floatingPointModel value);
}
function get floatingPointModel () : floatingPointModel
function set floatingPointModel (value : floatingPointModel)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel

A value from the floatingPointModel enumeration.

Permissions

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace