MLPutInteger()
Usage
• int MLPutInteger(MLINK link, int i)将整数i发送到link指定的MathLink连接上.
Notes
• 通过给出数字表然后使用FromDigits将它们转化成数的途径,可以将任意精度的整数发送到Mathematica中. • 参见Mathematica 全书: 2.12.4节和2.12.12节. • 同时参见: MLGetInteger, MLPutShortInteger, MLPutLongInteger, MLPutIntegerList.
|