71 - 80 of 1251 for GetSearch Results
View search results from all Wolfram sites (51599 matches)
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.
MLGetArgCount()   (Mathematica MathLink C Function)
int MLGetArgCount (MLINK link, int *n) finds the number of arguments to a function on link and stores the result in n.
MLGetInteger64Array   (Mathematica MathLink C Function)
int MLGetInteger64Array (MLINK link, mlint64 ** a, int ** dims, char ***heads, int *d) gets an array of 64-bit integers from the MathLink connection specified by link, ...
Bitwise Operations   (Mathematica Guide)
Mathematica can represent bit vectors of arbitrary length as integers, and uses highly optimized algorithms—including several original to Wolfram Research—to perform bitwise ...
MLGetDouble()   (Mathematica MathLink C Function)
int MLGetDouble (MLINK link, double *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type double in x.
MLGetFloat()   (Mathematica MathLink C Function)
int MLGetFloat (MLINK link, float *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type float in x.
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.
MLGetData()   (Mathematica MathLink C Function)
int MLGetData (MLINK link, char *b, int len, int *count) gets textual data from the MathLink connection specified by link, storing the result in a buffer b of maximum length ...
MLGetFunction()   (Mathematica MathLink C Function)
int MLGetFunction (MLINK link, const char ** s, int *n) gets a function with a symbol as a head from the MathLink connection specified by link, storing the name of the symbol ...
MLGetInteger64()   (Mathematica MathLink C Function)
int MLGetInteger64 (MLINK link, mlint64 *i) gets a 64-bit integer from the MathLink connection specified by link and stores it in i.
1 ... 5|6|7|8|9|10|11 ... 126 Previous Next

...