VCCLCompilerTool.FloatingPointExceptions Property
Definition
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 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