SetComponent Data Member Function

Sets the component at the specified row and column index.

Prototype

int32 SetComponent( int32 p_nColumn, int32 p_nRow, double p_dValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nColumnThe column of the matrix.
int32p_nRowThe row of the matrix.
doublep_dValueThe value to set for the specified matrix component.

Examples

Copy Text To Clipboard

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