Array.GetLongLength(Int32) メソッド

定義

Array の指定した次元にある要素の数を表す 64 ビット整数を取得します。

public:
 long GetLongLength(int dimension);
public long GetLongLength (int dimension);
[System.Runtime.InteropServices.ComVisible(false)]
public long GetLongLength (int dimension);
member this.GetLongLength : int -> int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.GetLongLength : int -> int64
Public Function GetLongLength (dimension As Integer) As Long

パラメーター

dimension
Int32

長さを指定する必要がある Array の 0 から始まる次元。

戻り値

指定した次元にある要素の数を表す 64 ビット整数。

属性

例外

dimension が 0 未満です。

または

dimensionRank 以上になっています。

注釈

の例 GetLongLength は であり GetLongLength(0)、 の最初の次元の要素数を Array返します。

このメソッドは、O(1) 操作です。

適用対象

こちらもご覧ください