Abs()
Purpose: Calculate the absolute value of a number.
The number may be an INDEX or a REAL. The value returned is the same type as the argument.
Usage: Result = Abs(Number)
|
Number
|
REAL, INDEX
|
The number to be absoluted
|
|
Result
|
REAL, INDEX
|
The absolute value of Number
|
Related Topics
Comments are closed.