|
MLPutInteger()
int MLPutInteger(MLINK link, int i) puts the integer i to the MathLink connection specified by link.
You can send arbitrary-precision integers to Mathematica by giving lists of digits, then converting them to numbers using FromDigits.
See Section 2.13.4 and Section 2.13.12.
See also: MLGetInteger, MLPutShortInteger, MLPutLongInteger, MLPutIntegerList.
|