 |
MLPutIntegerArray()
intMLPutIntegerArray(MLINKlink,int*a,long*dims,char**heads,longd) puts an array of integers to the MathLink connection specified by link to form a depth d array with dimensions dims. The array a must be laid out in memory like a C array declared explicitly as inta[m][n]... . If heads is given as NULL, the array will be assumed to have head List at every level. The length of the array at level i is taken to be dims[i]. See the Mathematica book: Section 2.12.4. See also: MLPutIntegerListMLPutIntegerListMainBookLinkOldButtonDataMLPutIntegerList.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|