Array.GetLongLength(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 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
参数
返回
一个 64 位整数,它表示指定维中的元素数。
- 属性
例外
注解
例如GetLongLengthGetLongLength(0)
,它返回第Array一个维度中的元素数。
此方法是 O (1) 操作。