|
SOLUTIONS
|
MATHEMATICA MATHLINK C FUNCTION
MLPutShortInteger()
int MLPutShortInteger(MLINK link, int i)
puts the integer i to the MathLink connection specified by link, assuming that i contains only the number of digits in the C type
.
DetailsDetails
- The argument i is typically declared as short in external programs, but must be declared as int in MLPutShortInteger() itself in order to work even in the absence of C prototypes.
- MLPutShortInteger() is equivalent to MLPutInteger16().
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
