SetRow Data Member Function

Sets the matrix row at the specified index to the specified value.

Prototype

int32 SetRow( int32 p_iRow, Uint64Vector p_oValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_iRowThe matrix row index.
<Uint64Vector>p_oValueA pointer to the new row.

Examples

Copy Text To Clipboard

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