VCCLCompilerTool.FloatingPointExceptions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或获取是否启用用户定义的浮点异常处理。
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
属性值
如果用户定义的浮点异常处理有效,则为 true。
- 属性