asp.net.ph

Array.Rank Property

System Namespace   Array Class


Returns the rank ( number of dimensions ) of the Array.

[ VB ]
<Serializable>
Public ReadOnly Property Rank As Integer

[ C# ]
[Serializable]
public int Rank {get;}

[ C++ ]
[Serializable]
public: __property int get_Rank ( );

[JScript ]
public Serializable
function get Rank ( ) : int;

Property Value

The rank ( number of dimensions ) of the Array.

See Also

Array Members   Length   GetLength Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph