4261 - 4270 of 4620 for listSearch Results
View search results from all Wolfram sites (353176 matches)
MLDestroyMark()   (Mathematica MathLink C Function)
void MLDestroyMark (MLINK link, MLMARK mark) destroys the specified mark on a link.
MLDuplicateLink()   (Mathematica MathLink C Function)
MLINK MLDuplicateLink (MLINK parent, const char *name, int *err) returns a copy of parent and sets the new link object's name to name.
MLErrorMessage()   (Mathematica MathLink C Function)
const char * MLErrorMessage (MLINK link) returns a character string describing the last error to occur on link.
MLEvaluate()   (Mathematica MathLink C Function)
int MLEvaluate (MLINK link, char*string) sends a string of input suitable for use with ToExpression[] to Mathematica for evaluation.
MLFromLinkID()   (Mathematica MathLink C Function)
MLINK MLFromLinkID (MLENV env, long inumb) returns the link object with ID number inumb in the MathLink environment env.
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.
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.
MLGetLongInteger()   (Mathematica MathLink C Function)
int MLGetLongInteger (MLINK link, long *i) gets an integer from the MathLink connection specified by link and stores it as a C long in i.
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.
1 ... 424|425|426|427|428|429|430 ... 462 Previous Next

...