SetRow Data Member Function

Sets the value of a row to the value of the specified vector.

Prototype

int32 SetRow( int32 p_nIndex, Float64Vector src )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the row.
<Float64Vector>srcThe vector containing the row values.

Examples

Copy Text To Clipboard

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