Functions.ADimPic 方法 | |
Calculate a string that represents the dimensions in an array
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION ADimPic(
a AS ARRAY
) AS STRING
public static string ADimPic(
__Array a
)
查看代码参数
- a
- 类型:__Array
返回值
类型:
StringString that displays the dimensions in an array
参见