MLPutRealList (C Function)

MLPutRealList has been replaced by WSPutRealList.

int MLPutRealList(MLINK link,const double *a,long n)

puts a list of n floating-point numbers starting from location a to the MathLink connection specified by link.

Details