Sets the value of the element at the specified index.
int32 Set( int32 p_nIndex, Matrix p_oMatrix )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index of the element to set. |
| <Matrix> | p_oMatrix | A pointer to the object to set at the specified index. |
None published. Please look for an example in the Simdify Scripting Language code base.