WSPutIntegerArray (C 函数)
int WSPutIntegerArray(WSLINK link,int *a,long *dims,char **heads,long d)
把一整数数组写入由 link 指定的 WSTP 连接中形成深度为 d,维数为 dims 的数组.
更多信息
- 数组 a 在内存中的布局必须像一个被明确声明为
的 C 数组. - 如果 heads 为 NULL,那么数组将被假设为在每层中具有标头 List.
- 在 i 层的数组长度为
.
等同于 WSPutInteger32Array().
参见
C 函数: WSPutIntegerList()
历史
1996年引入 (3.0) | 在以下年份被更新:2014 (10.0)