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