Method sqr
sqr(Int32)
Squares the value at index a relative to the top of the stack.
Default index 0 squares the value on top of the stack.
Declaration
public void sqr(int a = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | a | Relative index of a stack entry. |
sqr(UInt32)
Squares the value at index a as absolute index in the stack.
Declaration
public void sqr(uint a)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | a | Absolute index of a stack entry. |
Remarks
see: mark() for absolute indices.