|
MLGetRealList()
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.
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 The Mathematica Book: Section 2.12.4.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |