1971 - 1980 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60389 matches)
MLMARK   (Mathematica MathLink C Function)
MLMARK is a MathLink type representing a mark in the expression stream.
MLPutDouble()   (Mathematica MathLink C Function)
int MLPutDouble (MLINK link, double x) puts the floating-point number x of C type double to the MathLink connection specified by link.
MLPutFloat()   (Mathematica MathLink C Function)
int MLPutFloat (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link with a precision corresponding to the C type float.
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.
1 ... 195|196|197|198|199|200|201 ... 216 Previous Next

...