INTARR Function
Returns an
integer vector or array.
Usage
result
= INTARR(
dim
1
, ... ,
dim
n
)
Input Parameters
dim
i
The dimensions of the result. May be any scalar expression. Up to eight dimensions may be specified.
Returned Value
result
An integer vector or array with the dimensions specified by
dim
i
.
Keywords
Nozero
If
Nozero
is nonzero, the normal zeroing is not performed. This causes INTARR to execute faster.
Discussion
Normally, INTARR sets every element of the result to zero.
Example
result = INTARR(2, 3)
PRINT, result
0 0
0 0
0 0
See Also
BYTARR
,
FLTARR
,
INDGEN
,
LONARR
doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.