VCCLCompilerTool.FloatingPointExceptions 属性

定义

设置或获取是否启用用户定义的浮点异常处理。

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

属性值

Boolean

如果用户定义的浮点异常处理有效,则为 true

属性

适用于