1221 - 1230 of 1337 for ManipulateSearch Results
View search results from all Wolfram sites (8512 matches)
MLPutIntegerList()   (Mathematica MathLink C Function)
int MLPutIntegerList (MLINK link, int *a, long n) puts a list of n integers starting from location a to the MathLink connection specified by link.
MLPutInteger()   (Mathematica MathLink C Function)
int MLPutInteger (MLINK link, int i) puts the integer i to the MathLink connection specified by link.
MLPutLongInteger()   (Mathematica MathLink C Function)
int MLPutLongInteger (MLINK link, long i) puts the long integer i to the MathLink connection specified by link.
MLPutReal()   (Mathematica MathLink C Function)
int MLPutReal (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link.
MLPutShortInteger()   (Mathematica MathLink C Function)
int MLPutShortInteger (MLINK link, int i) puts the integer i to the MathLink connection specified by link, assuming that i contains only the number of digits in the C type ...
MLPutUnicodeString()   (Mathematica MathLink C Function)
int MLPutUnicodeString (MLINK link, unsigned short *s, long n) puts a string of n 16-bit Unicode characters to the MathLink connection specified by link.
MLReleaseByteString()   (Mathematica MathLink C Function)
void MLReleaseByteString (MLINK link, const unsigned char *s, int n) disowns memory allocated by MLGetByteString() to store the array of character codes s.
MLReleaseByteSymbol()   (Mathematica MathLink C Function)
void MLReleaseByteSymbol (MLINK link, const unsigned char *s, int len) disowns memory allocated by MLGetByteSymbol() to store the character string s corresponding to the name ...
MLReleaseString()   (Mathematica MathLink C Function)
void MLReleaseString (MLINK link, const char *s) disowns memory allocated by MLGetString() to store the character string s.
MLReleaseSymbol()   (Mathematica MathLink C Function)
void MLReleaseSymbol (MLINK link, char *s) disowns memory allocated by MLGetSymbol() or MLGetFunction() to store the character string s corresponding to the name of a symbol.
1 ... 120|121|122|123|124|125|126 ... 134 Previous Next

...