SetMath Function (DWord) | |
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(
nNewSetting AS DWORD
) AS DWORD
[ObsoleteAttribute]
public static uint SetMath(
uint nNewSetting
)
Request Example
View SourceParameters
- nNewSetting
- Type: DWord
Return 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