241 - 250 of 4620 for listSearch Results
View search results from all Wolfram sites (353176 matches)
MLPutInteger64List()   (Mathematica MathLink C Function)
int MLPutInteger64List (MLINK link, mlint64 *a, int n) puts a list of n 64-bit integers starting from location a to the MathLink connection specified by link.
MLGetRealList()   (Mathematica MathLink C Function)
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 ...
MLPutInteger16List()   (Mathematica MathLink C Function)
int MLPutInteger16List (MLINK link, short *a, int n) puts a list of n 16-bit integers starting from location a to the MathLink connection specified by link.
MLPutInteger32List()   (Mathematica MathLink C Function)
int MLPutInteger32List (MLINK link, int *a, int n) puts a list of n 32-bit integers starting from location a to the MathLink connection specified by link.
MLPutReal128List()   (Mathematica MathLink C Function)
int MLPutReal128List (MLINK link, mlextended_double *a, int n) puts a list of n extended-precision floating-point numbers starting from location a to the MathLink connection ...
MLPutReal32List()   (Mathematica MathLink C Function)
int MLPutReal32List (MLINK link, float *a, int n) puts a list of n single-precision floating-point numbers starting from location a to the MathLink connection specified by ...
MLPutReal64List()   (Mathematica MathLink C Function)
int MLPutReal64List (MLINK link, double *a, int n) puts a list of n double-precision floating-point numbers starting from location a to the MathLink connection specified by ...
MLGetReal128List()   (Mathematica MathLink C Function)
int MLGetReal128List (MLINK link, mlextended_double ** a, int *n) gets a list of extended-precision floating-point numbers from the MathLink connection specified by link, ...
MLGetReal32List()   (Mathematica MathLink C Function)
int MLGetReal32List (MLINK link, float ** a, int *n) gets a list of single-precision floating-point numbers from the MathLink connection specified by link, storing the ...
MLGetReal64List()   (Mathematica MathLink C Function)
int MLGetReal64List (MLINK link, double ** a, int *n) gets a list of double-precision floating-point numbers from the MathLink connection specified by link, storing the ...
1 ... 22|23|24|25|26|27|28 ... 462 Previous Next

...