Array.GetLongLength(Int32) 方法

定义

获取一个 64 位整数,该整数表示 Array 的指定维中的元素数。

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

参数

dimension
Int32

Array 的从零开始的维度,其长度需要确定。

返回

Int64

一个 64 位整数,它表示指定维中的元素数。

属性

例外

dimension 小于零。

  • 或 -

dimension 等于或大于 Rank

注解

例如GetLongLengthGetLongLength(0),它返回第Array一个维度中的元素数。

此方法是 O (1) 操作。

适用于

另请参阅