4331 - 4340 of 4620 for listSearch Results
View search results from all Wolfram sites (353176 matches)
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 ...
MLPutReal64()   (Mathematica MathLink C Function)
int MLPutReal64 (MLINK link, double x) puts the double-precision floating-point number x to the MathLink connection specified by link.
MLPutSize()   (Mathematica MathLink C Function)
int MLPutSize (MLINK link, int len) specifies the length in bytes of the textual data to be put on link.
MLReady()   (Mathematica MathLink C Function)
int MLReady (MLINK link) tests whether there is data ready to be read from link.
MLSeekToMark()   (Mathematica MathLink C Function)
MLMARK MLSeekToMark (MLINK link, MLMARK mark, int n) goes to the position n expressions after the specified mark on a link.
MLSetAllocParameter()   (Mathematica MathLink C Function)
void MLSetAllocParameter (char* p, MLAllocator a, MLDeallocator d) sets the memory allocator and deallocator specified by a and d in the MLParameters object p for later use ...
MLSetMessageHandler()   (Mathematica MathLink C Function)
int MLSetMessageHandler (MLINK link, MLMessageHandlerObject h) installs the urgent message handler function referenced by h for for link.
MLSetYieldFunction()   (Mathematica MathLink C Function)
int MLSetYieldFunction (MLINK link, MLYieldFunctionObject yf) installs the yield function yf for the link referenced by link.
MLTransferExpression()   (Mathematica MathLink C Function)
int MLTransferExpression (MLINK dst, MLINK src) transfers an expression to destination link dst from source link src.
MLTransferToEndOfLoopbackLink()   (Mathematica MathLink C Function)
int MLTransferToEndOfLoopbackLink (MLINK d, MLINK s) transfers the full contents of the loopback link s to the destination link d.
1 ... 431|432|433|434|435|436|437 ... 462 Previous Next

...