1281 - 1290 of 1337 for ManipulateSearch Results
View search results from all Wolfram sites (8512 matches)
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.
MLPutInteger32()   (Mathematica MathLink C Function)
int MLPutInteger32 (MLINK link, int i) puts the 32-bit integer i to the MathLink connection specified by link.
MLPutInteger64Array()   (Mathematica MathLink C Function)
int MLPutInteger64Array (MLINK link, mlint64 *a, int *dims, char ** heads, int d) puts an array of 64-bit integers to the MathLink connection specified by link to form a ...
MLPutInteger64()   (Mathematica MathLink C Function)
int MLPutInteger64 (MLINK link, mlint64 i) puts the 64-bit integer i to the MathLink connection specified by link.
MLPutIntegerArray()   (Mathematica MathLink C Function)
int MLPutIntegerArray (MLINK link, int *a, long *dims, char ** heads, long d) puts an array of integers to the MathLink connection specified by link to form a depth d array ...
MLPutNext()   (Mathematica MathLink C Function)
int MLPutNext (MLINK link, int type) prepares to put an object of the specified type on link.
MLPutRawSize()   (Mathematica MathLink C Function)
int MLPutRawSize (MLINK link, int s) prepares link to receive raw character data or numeric data of length s bytes.
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 ...
MLPutReal128()   (Mathematica MathLink C Function)
int MLPutReal128 (MLINK link, mlextended_double d) puts the extend-precision floating-point number d to the MathLink connection specified by link.
MLPutReal32Array()   (Mathematica MathLink C Function)
int MLPutReal32Array (MLINK link, float *a, int *dims, char ** heads, int d) puts an array of single-precision floating-point numbers to the MathLink connection specified by ...
1 ... 126|127|128|129|130|131|132 ... 134 Previous Next

...