SetComponent Data Member Function

Sets the component at the specified row and column index to the specified value.

Prototype

int32 SetComponent( int32 p_iCol, int32 p_iRow, uint64 p_oValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_iColThe matrix column index.
int32p_iRowThe matrix row index.
uint64p_oValueA pointer to the source value.

Examples

Copy Text To Clipboard

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