2041 - 2050 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60389 matches)
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 ...
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 ...
MLPutReal32()   (Mathematica MathLink C Function)
int MLPutReal32 (MLINK link, double x) puts the single-precision floating-point number x to the MathLink connection specified by link with a precision corresponding to the C ...
MLPutReal64Array()   (Mathematica MathLink C Function)
int MLPutReal64Array (MLINK link, double *a, int *dims, char ** heads, int d) puts an array of double-precision floating-point numbers 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 ...
1 ... 202|203|204|205|206|207|208 ... 216 Previous Next

...