Method abs
abs(Int32)
Convert the value at index a relative to the top of the stack to it's absolute value.
Default index 0 addresses the value on top of the stack.
Declaration
public void abs(int a = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | a | Relative index of a stack entry. |