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

屬性值

Int64

64 位元整數,代表 Array 所有維度的項目總數。

屬性

備註

擷取這個屬性的值是一種 O(1) 運算。

適用於

另請參閱