MLPutShortInteger()
Usage
• int MLPutShortInteger(MLINK link, int i)将一个只包含了C的short型数字的整数 i 发送到link指定的MathLink连接上,
Notes
• 参数 i 通常在外部程序中以short声明,但为了使它在没有C原型时也能够执行,必须在MLPutShortInteger()中自动以int类型进行声明. • 参考MLPutInteger()的注释. • 参见Mathematica 全书: 2.12.5节.
|