MLPutIntegerArray (C Function)
MLPutIntegerArray has been replaced by WSPutIntegerArray.
int MLPutIntegerArray(MLINK link,const int *a,const long *dims,const char **heads,long d)
puts an array of integers to the MathLink connection specified by to form a depth-
array with dimensions
.
Details

- The array
must be laid out in memory like a C array declared explicitly as
.
- If
is given as NULL, the array will be assumed to have head List at every level.
- The length of the array at level
is taken to be
.
is equivalent to MLPutInteger32Array().
See Also
C Functions: MLPutIntegerList()
History
Introduced in 1996 (3.0) | Updated in 2014 (10.0)