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