Array.GetLength メソッド
Array の指定した次元にある要素の数を表す 32 ビット整数を取得します。
Public Function GetLength( _
ByVal dimension As Integer _) As Integer
[C#]
public int GetLength(intdimension);
[C++]
public: int GetLength(intdimension);
[JScript]
public function GetLength(
dimension : int) : int;
パラメータ
- dimension
長さを指定する Array の 0 から始まる次元。
戻り値
指定した次元にある要素の数を表す 32 ビット整数。
例外
例外の種類 | 条件 |
---|---|
IndexOutOfRangeException | dimension が 0 未満です。
または dimension が Rank 以上です。 |
解説
GetLength の例としては GetLength(0)
があり、これは Array の最初の次元にある要素の数を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
Array クラス | Array メンバ | System 名前空間 | Length | ICollection.Count | Rank