SetMath Function | |
Note: This API is now obsolete.
Return and optionally change the setting that determines the internal operational characteristics of the underlying floating-point system.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.22 GA
Syntax [ObsoleteAttribute]
FUNCTION SetMath() AS DWORD
[ObsoleteAttribute]
public static uint SetMath()
Request Example
View SourceReturn Value
Type:
DWord
If
nNewSetting is not specified, SetMath() returns the current setting.
If
nNewSetting is specified, the previous setting is returned.
Remarks
SetMath is a compatibility function. It does not really do anything in X#.
See Also