Array.GetLongLength(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a 64-bit integer that represents the number of elements in the specified dimension of the 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
Parameters
Returns
A 64-bit integer that represents the number of elements in the specified dimension.
- Attributes
Exceptions
Remarks
An example of GetLongLength is GetLongLength(0)
, which returns the number of elements in the first dimension of the Array.
This method is an O(1) operation.
Applies to
See also
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.