SetRowV4 Data Member Function

Sets a <Matrix> row to the value of the <Float64Vector> submitted to this function.

Prototype

int32 SetRowV4( int32 p_nRowIndex, Float64Vector p_oFloat64Vector )

Parameters

Parameter Type Parameter Name Documentation
int32p_nRowIndexThe index of the row to set.
<Float64Vector>p_oFloat64VectorA pointer to the <Float64Vector> object containing the values you wish to set for the specified row.

Examples

Copy Text To Clipboard

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