2051 - 2060 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60389 matches)
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.
MLPutUCS2Symbol()   (Mathematica MathLink C Function)
int MLPutUCS2Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by s with length len to the MathLink connection specified by link.
MLPutUTF16String()   (Mathematica MathLink C Function)
int MLPutUTF16String (MLINK link, const unsigned short *s, int len) puts a UTF-16 string s of length len to the MathLink connection specified by link.
MLPutUTF16Symbol()   (Mathematica MathLink C Function)
int MLPutUTF16Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by UTF-16 encoded string s with length len to the MathLink connection ...
MLPutUTF32String()   (Mathematica MathLink C Function)
int MLPutUTF32String (MLINK link, const unsigned int *s, int len) puts a UTF-32 string s of length len to the MathLink connection specified by link.
1 ... 203|204|205|206|207|208|209 ... 216 Previous Next

...