VCCLCompilerTool.FloatingPointExceptions Property

Definition

Sets or gets whether user defined floating point exception handling is enabled.

public:
 property bool FloatingPointExceptions { bool get(); void set(bool value); };
public:
 property bool FloatingPointExceptions { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(131)]
public bool FloatingPointExceptions { [System.Runtime.InteropServices.DispId(131)] get; [System.Runtime.InteropServices.DispId(131)] set; }
[<System.Runtime.InteropServices.DispId(131)>]
[<get: System.Runtime.InteropServices.DispId(131)>]
[<set: System.Runtime.InteropServices.DispId(131)>]
member this.FloatingPointExceptions : bool with get, set
Public Property FloatingPointExceptions As Boolean

Property Value

true if user defined floating point exception handling is in effect.

Attributes

Applies to