3911 - 3920 of 4834 for special function zeroSearch Results
View search results from all Wolfram sites (447070 matches)
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.
MLGetNext()   (Mathematica MathLink C Function)
int MLGetNext (MLINK link) goes to the next object on link and returns its type.
MLGetReal64()   (Mathematica MathLink C Function)
int MLGetReal64 (MLINK link, double *x) gets a double-precision floating-point number from the MathLink connection link and stores it in x.
MLPutReal32()   (Mathematica MathLink C Function)
int MLPutReal32 (MLINK link, double x) puts the single-precision floating-point number x to the MathLink connection specified by link with a precision corresponding to the C ...
MLPutUTF16Symbol()   (Mathematica MathLink C Function)
int MLPutUTF16Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by UTF-16 encoded string s with length len to the MathLink connection ...
MLPutUTF32Symbol()   (Mathematica MathLink C Function)
int MLPutUTF32Symbol (MLINK link, const unsigned int *s, int len) puts a symbol whose name is given by UTF-32 encoded string s with length len to the MathLink connection ...
MLPutUTF8Symbol()   (Mathematica MathLink C Function)
int MLPutUTF8Symbol (MLINK link, const unsigned char *s, int len) puts a symbol whose name is given by UTF-8 encoded string s with length len to the MathLink connection ...
MLReady()   (Mathematica MathLink C Function)
int MLReady (MLINK link) tests whether there is data ready to be read from link.
MLPutByteArray()   (Mathematica MathLink C Function)
int MLPutByteArray (MLINK link, unsigned char *a, int *dims, char ** heads, int d) puts an array of integers in the range 0\[Dash]255 to the MathLink connection specified by ...
1 ... 389|390|391|392|393|394|395 ... 484 Previous Next

...