Method cmpa
cmpa(Int32, Int32)
Compares the absolute values at index a and b relative to the top of the stack.
Declaration
public int cmpa(int a = 0, int b = 1)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | a | Relative index of the first stack entry. |
| System.Int32 | b | Relative index of the second stack entry. |
Returns
| Type | Description |
|---|---|
| System.Int32 | -1 – value at a is less than value at b. |