Mathematica 9 is now available

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

MLGetRealList()

FilledSmallSquare int 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.

FilledSmallSquare MLGetRealList() 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 Section 2.13.4.



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.