Mathematica 9 is now available
Previous section-----Next section

MLGetRealList()

Usage

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.


Notes

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

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

• See notes for MLGetReal().

• 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.