Functions.SetMath 方法 | |
注意:此 API 现在已过时。
返回并可选地更改决定底层浮点系统的内部操作特性的设置。
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 [ObsoleteAttribute]
FUNCTION SetMath() AS DWORD
[ObsoleteAttribute]
public static uint SetMath()
查看代码返回值
类型:
UInt32
如果未指定
nNewSetting,SetMath()返回当前设置。
如果指定了
nNewSetting,则返回之前的设置。
备注
SetMath() 是一個相容性函數。它在 X# 中並沒有真正做任何事情。
参见