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

MLGetRealArrayMLGetShortInteger

MLGetRealList()

FilledSmallSquareint MLGetRealList(MLINK link, double **a, long *n) gets a list of floating-point numbers from the MathLink connection specified by link, storing the numbers in the array a and the length of the list in n.

FilledSmallSquareMLGetRealList() allocates memory for the array of numbers. You must call MLDisownRealList() to disown this memory.

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

FilledSmallSquare See notes for MLGetReal().

FilledSmallSquare See The Mathematica Book: Section 2.12.4.

MLGetRealArrayMLGetShortInteger



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.