Array.LongLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
得到一個 64 位元的整數,代表所有維度 Array中元素的總數。
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
屬性值
一個 64 位元整數,代表所有維度 Array中元素的總數。
- 屬性
備註
取得此性質的值為 O(1) 運算。