MLPutIntegerArray (C 函数)
MLPutIntegerArray 已经被 WSPutIntegerArray 所取代.
int MLPutIntegerArray(MLINK link,int *a,long *dims,char **heads,long d)
把一整数数组写入由 link 指定的 MathLink 连接中形成深度为 d,维数为 dims 的数组.
更多信息

- 数组 a 在内存中的布局必须像一个被明确声明为
的 C 数组.
- 如果 heads 为 NULL,那么数组将被假设为在每层中具有标头 List.
- 在 i 层的数组长度为
.
等同于 MLPutInteger32Array().