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

  • intMLGetIntegerList(MLINKlink,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.
  • MLGetIntegerList() allocates memory for the array of integers. You must call MLDisownIntegerList() to disown this memory.
  • External programs should not modify the array generated by MLGetIntegerList().
  • See notes for MLGetInteger().
  • See the Mathematica book: Section 2.12.4.
  • See also: MLGetIntegerArrayMLGetIntegerArrayMainBookLinkOldButtonDataMLGetIntegerArray, MLGetByteStringMLGetByteStringMainBookLinkOldButtonDataMLGetByteString.



    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.