INTARR

The INTARR function returns an integer vector or array.

Calling Sequence

Result = INTARR( D 1 , ..., D n )

Arguments

D i

The dimensions of the result. The dimension parameters can be any scalar expression. Up to eight dimensions can be specified.

Keywords

NOZERO

Normally, INTARR sets every element of the result to zero. If NOZERO is nonzero, this zeroing is not performed and INTARR executes faster.

Example

Create I, a 3-element by 3-element integer array with each element set to 0 by entering:

I = INTARR(3, 3)

See Also

BYTARR , COMPLEXARR , DBLARR , DCOMPLEXARR , FLTARR , LONARR , MAKE_ARRAY , STRARR