Mathematica 9 is now available
 Documentation /  Mathematica /  The Mathematica Book /  Mathematica Reference Guide /  Listing of C Functions in the MathLink Library /

MLGetIntegerArrayMLGetLongInteger

MLGetIntegerList()

FilledSmallSquareint MLGetIntegerList(MLINK link, int **a, long *n) gets a list of integers from the MathLink connection specified by link, storing the integers in the array a and the length of the list in n.

FilledSmallSquareMLGetIntegerList() allocates memory for the array of integers. You must call MLDisownIntegerList() to disown this memory.

FilledSmallSquare External programs should not modify the array generated by MLGetIntegerList().

FilledSmallSquare See notes for MLGetInteger().

FilledSmallSquare See The Mathematica Book: Section 2.12.4.

FilledSmallSquare See also: MLGetIntegerArray, MLGetByteString.

MLGetIntegerArrayMLGetLongInteger



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.