Sets the component at the specified row and column index to the specified value.
int32 SetComponent( int32 p_iCol, int32 p_iRow, uint64 p_oValue )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| int32 | p_iCol | The matrix column index. | 
| int32 | p_iRow | The matrix row index. | 
| uint64 | p_oValue | A pointer to the source value. | 
None published. Please look for an example in the Simdify Scripting Language code base.