Float64MatrixArray Data Member Function

The <Float64MatrixArray> constructor.

Prototype

Float64MatrixArray Float64MatrixArray( int32 p_nCount, Float64Matrix src )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe number of items to allocate in the array.
<Float64Matrix>srcA pointer to the source <Float64Matrix> object that will be used to initialize the values of all the matrices in the array.

Examples

Copy Text To Clipboard

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