MLPutReal()
Usage
• int MLPutReal(MLINK link, double x)将浮点指针数 x 发送到link指定的MathLink连接上.
Notes
• 通过给出数字表然后使用FromDigits将它们转化成数,可以将任意精度的实数发送到Mathematica中 • MLPutReal() 通常等价于 MLPutDouble(). • 参见 Mathematica 全书: 2.12.4节 和 2.12.12节. • 同时参见: MLPutRealList, MLPutFloat, MLPutDouble.
|