6931 - 6940 of 8083 for plot a permutationSearch Results
View search results from all Wolfram sites (63355 matches)
MLActivate()   (Mathematica MathLink C Function)
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
MLClearError()   (Mathematica MathLink C Function)
int MLClearError (MLINK link) clears errors on link if possible.
MLEvaluateString()   (Mathematica MathLink C Function)
int MLEvaluateString (MLINK link, char *string) sends a string to Mathematica for evaluation, and discards any packets sent in response.
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 ...
MLGetLinkedEnvIDString()   (Mathematica MathLink C Function)
int MLGetLinkedEnvIDString (MLINK link, const char ** e) returns the identification string of the MathLink environment connected to link and stores it in e.
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.
MLGetUTF16String()   (Mathematica MathLink C Function)
int MLGetUTF16String (MLINK link, const unsigned short ** s, int *n, int *c) gets a UTF-16 character string from the MathLink connection specified by link, storing the string ...
MLGetUTF8String()   (Mathematica MathLink C Function)
int MLGetUTF8String (MLINK link, const unsigned char ** s, int *b, int *c) gets a UTF-8 character string from the MathLink connection specified by link, storing the string in ...
MLGetYieldFunction()   (Mathematica MathLink C Function)
MLYieldFunctionObject MLGetYieldFunction (MLINK link) returns the currently installed yield function for the link referenced by link.
MLInitialize()   (Mathematica MathLink C Function)
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
1 ... 691|692|693|694|695|696|697 ... 809 Previous Next

...