GetComponent Data Member Function

Returns the value of the component at the specified row and column.

Prototype

double GetComponent( int32 p_nMatrixRow, int32 p_nMatrixCol )

Parameters

Parameter Type Parameter Name Documentation
int32p_nMatrixRowThe row address.
int32p_nMatrixColThe column address.

Examples

Copy Text To Clipboard

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