GetComponent Data Member Function

Sets the value of the destination to the value of the specified component.

Prototype

uint64 GetComponent( int32 p_iRow, int32 p_iCol )

Parameters

Parameter Type Parameter Name Documentation
int32p_iRowThe matrix row to access.
int32p_iColThe matrix column to access.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.