Method getr
getr(UInt32)
Converts the value at absolute position i on stack to a
always normalized BigRational number and returns it.
Declaration
public BigRational getr(uint i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | i | Absolute index of the value to get. |
Returns
| Type | Description |
|---|---|
| BigRational |
Remarks
This function is helpful to read out vectors and matrices efficently.
For absolute positions see: mark()