Array.GetLongLength(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un entier 64 bits qui représente le nombre d’éléments dans la dimension spécifiée de 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
Paramètres
Retours
Entier 64 bits qui représente le nombre d’éléments dans la dimension spécifiée.
- Attributs
Exceptions
Remarques
Un exemple d’élément GetLongLength est GetLongLength(0)
, qui retourne le nombre d’éléments dans la première dimension du Array.
Cette méthode est une opération O(1).