交换多维数组的 WSTP C 函数

发送数组

WSPutInteger8Array() 8位整数数组 (unsigned char *)

WSPutInteger16Array() 16位整数数组 (short *)

WSPutInteger32Array() 32位整数数组 (int *)

WSPutInteger64Array() 64位整数数组 (mlint64 *)

WSPutReal32Array() 32位实数数组 (float *)

WSPutReal64Array() 64位实数数组 (double *)

WSPutReal128Array() 四精度浮点数数组

接受数组

WSGetInteger8Array() 8位整数数组 (unsigned char *)

WSGetInteger16Array() 16位整数数组 (short *)

WSGetInteger32Array() 32位整数数组 (int *)

WSGetInteger64Array() 64位整数数组 (mlint64 *)

WSGetReal32Array() 32位实数数组 (float *)

WSGetReal64Array() 64位实数数组 (double *)

WSGetReal128Array() 四精度浮点数数组

释放数组的内存

WSReleaseInteger8Array() 8位整数数组 (unsigned char *)

WSReleaseInteger16Array() 16位整数数组 (short *)

WSReleaseInteger32Array() 32位整数数组 (int *)

WSReleaseInteger64Array() 64位整数数组 (mlint64 *)

WSReleaseReal32Array() 32位实数数组 (float *)

WSReleaseReal64Array() 64位实数数组 (double *)

WSReleaseReal128Array() 四精度浮点数数组