Functions.ADim 方法 | |
Calculate the # of dimensions in an array
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION ADim(
a AS ARRAY
) AS DWORD
public static uint ADim(
__Array a
)
查看代码参数
- a
- 类型:__Array
返回值
类型:
UInt32Number of dimensions in an array
参见