This documentation is archived and is not being maintained.
Array.Rank Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the zero-based rank (number of dimensions) of the Array.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll)
'Declaration
Public ReadOnly Property Rank As Integer
Property Value
Type:
System.Int32The zero-based rank (number of dimensions) of the Array.
For example, the Visual Basic code Dim 3DArray(0,0,0) As Integer creates an array of three dimensions with a rank of 2.
Retrieving the value of this property is an O(1) operation.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0