1291 - 1300 of 1337 for ManipulateSearch Results
View search results from all Wolfram sites (8512 matches)
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 ...
MLPutReal64()   (Mathematica MathLink C Function)
int MLPutReal64 (MLINK link, double x) puts the double-precision floating-point number x to the MathLink connection specified by link.
MLPutRealArray()   (Mathematica MathLink C Function)
int MLPutRealArray (MLINK link, double *a, long *dims, char ** heads, long d) puts an array of floating-point numbers to the MathLink connection specified by link to form a ...
MLPutString()   (Mathematica MathLink C Function)
int MLPutString (MLINK link, const char*s) puts a null-terminated string of C characters to the MathLink connection specified by link.
MLPutSymbol()   (Mathematica MathLink C Function)
int MLPutSymbol (MLINK link, const char *s) puts a symbol whose name is given by the character string s to the MathLink connection specified by link.
MLPutType()   (Mathematica MathLink C Function)
int MLPutType (MLINK link, int type) prepares link to put an object of the specified type.
MLPutUCS2String()   (Mathematica MathLink C Function)
int MLPutUCS2String (MLINK link, const unsigned short *s, int n) puts a string of n 16-bit UCS-2 characters to the MathLink connection specified by link.
1 ... 127|128|129|130|131|132|133|134 Previous Next

...