Wolfram ResearchPRODUCTSPURCHASEFOR USERSCOMPANYOUR SITES
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

Documentation / Mathematica / The Mathematica Book / Mathematica Reference Guide / Listing of C Functions in the MathLink Library /

MLGetIntegerArray()

FilledSmallSquare int MLGetIntegerArray(MLINK link, int **a, long **dims, char ***heads, long *d) gets an array of integers from the MathLink connection specified by link, storing the array in a, its dimensions in dims and its depth in d.

FilledSmallSquare The array a is laid out in memory like a C array declared as int a[m][n]... .

FilledSmallSquare heads gives a list of character strings corresponding to the names of symbols that appear as heads at each level in the array.

FilledSmallSquare MLGetIntegerArray() allocates memory which must be disowned by calling MLDisownIntegerArray().

FilledSmallSquare External programs should not modify the arrays generated by MLGetIntegerArray().

FilledSmallSquare See Section 2.13.4.

FilledSmallSquare See also: MLGetIntegerList.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information


 © 2009 Wolfram Research, Inc.  Terms of Use  Privacy Policy | [ja] |
Sign up for our newsletter: