Returns the absolute signed maximum value of two values.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- val1
- Type: SystemSingle
The first value to compare. - val2
- Type: SystemSingle
The second value to compare.
Return Value
Type: SingleThe signed value of the parameter whose absolute value is greater.
Remarks
See Also