Array.LongLength プロパティ

定義

Arrayのすべての次元の要素の合計数を表す 64 ビット整数を取得します。

public:
 property long LongLength { long get(); };
public long LongLength { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public long LongLength { get; }
member this.LongLength : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.LongLength : int64
Public ReadOnly Property LongLength As Long

プロパティ値

Arrayのすべての次元の要素の合計数を表す 64 ビット整数。

属性

注釈

このプロパティの値の取得は O(1) 操作です。

適用対象

こちらもご覧ください