The <Float64MatrixArray> constructor.
Float64MatrixArray Float64MatrixArray( int32 p_nCount, Float64Matrix src )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nCount | The number of items to allocate in the array. |
| <Float64Matrix> | src | A pointer to the source <Float64Matrix> object that will be used to initialize the values of all the matrices in the array. |
None published. Please look for an example in the Simdify Scripting Language code base.