7511 - 7520 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLPutNext()   (Mathematica MathLink C Function)
int MLPutNext (MLINK link, int type) prepares to put an object of the specified type on 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.
MLBytesToGet()   (Mathematica MathLink C Function)
int MLBytesToGet (MLINK link, int *n) calculates the number of bytes left to read in the textual representation of the current data and stores the result in n.
MLGetInteger16()   (Mathematica MathLink C Function)
int MLGetInteger16 (MLINK link, short *i) gets a 16-bit integer from the MathLink connection specified by link and stores it as a C short in i.
MLGetInteger32()   (Mathematica MathLink C Function)
int MLGetInteger32 (MLINK link, int *i) gets a 32-bit integer from the MathLink connection specified by link and stores it in i.
MLGetInteger()   (Mathematica MathLink C Function)
int MLGetInteger (MLINK link, int *i) gets an integer from the MathLink connection specified by link and stores it in i.
MLGetNext()   (Mathematica MathLink C Function)
int MLGetNext (MLINK link) goes to the next object on link and returns its type.
MLGetReal128()   (Mathematica MathLink C Function)
int MLGetReal128 (MLINK link, mlextended_double *d) gets an extended-precision floating-point number from link and stores it in d.
MLGetReal32()   (Mathematica MathLink C Function)
int MLGetReal32 (MLINK link, float *x) gets a single-precision floating-point number from link and stores it as a float in x.
MLGetReal()   (Mathematica MathLink C Function)
int MLGetReal (MLINK link, double *x) gets a floating-point number from the MathLink connection specified by link and stores it in x.
1 ... 749|750|751|752|753|754|755 ... 870 Previous Next

...