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