ArrowStringDataFrameColumn.GetValues(Int64, 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.
Retourne length le nombre de valeurs commençant par startIndex.
protected override System.Collections.Generic.IReadOnlyList<object> GetValues(long startIndex, int length);
override this.GetValues : int64 * int -> System.Collections.Generic.IReadOnlyList<obj>
Protected Overrides Function GetValues (startIndex As Long, length As Integer) As IReadOnlyList(Of Object)
Paramètres
- startIndex
- Int64
Premier index à partir duquel retourner des valeurs.
- length
- Int32
Nombre de valeurs à retourner.
Retours
Liste de valeurs en lecture seule