Array.GetLongLength(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表 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
參數
傳回
64 位元的整數,代表指定維度的元素數目。
- 屬性
例外狀況
備註
的 GetLongLength 範例是 GetLongLength(0)
,它會傳回 的第一個維度 Array 中的專案數目。
這個方法是 O (1) 作業。