HELP
An object that creates a Complex array.

USE
Use Alloc Complex to create an array of
Complex elements.

LOCATION
Data ==> Allocate Array ==> Complex

OPEN VIEW PARAMETERS

* Num Dims - The number of dimensions in the
output array.  Num Dimensions must be an
integer.  Minimum is 1.  Maximum is 10.
Default is 1.

* Init Value - The value to place in each
array element.  Default is (0, 0).

* Size - The number of elements in the
dimension.  There is one field per dimension.
Default is 10.

Init Value and Size may be set on the
object or from data input pins.

NOTES
To change the values of individual elements,
use Set Values.

If the Num Dims value is changed, the view
automatically creates or deletes fields on
the open view so that the number of dimension
size fields matches the value of the Num Dims
value.

The output array is not mapped.  Use Set
Mappings to map the dimensions of the array.

SEE ALSO
Complex Constant, Get Values, Set Mappings,
and Set Values.
