ADim Function | |
Calculate the # of dimensions in an array
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION ADim(
a AS ARRAY
) AS DWORD
public static uint ADim(
Array a
)
Request Example
View SourceParameters
- a
- Type: Array
Return Value
Type:
DWordNumber of dimensions in an array
See Also