WSPutIntegerArray (C Function)
-
See Also
- C Functions
- WSPutIntegerList()
- Related Guides
- Tech Notes
-
-
See Also
- C Functions
- WSPutIntegerList()
- Related Guides
- Tech Notes
-
See Also
WSPutIntegerArray (C Function)
int WSPutIntegerArray(WSLINK link,const int *a,const long *dims,const char **heads,long d)
puts an array of integers to the WSTP 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 WSPutInteger32Array().
See Also
C Functions: WSPutIntegerList()
History
Introduced in 1996 (3.0) | Updated in 2014 (10.0)