Partilhar via


ArrowStringDataFrameColumn.GetValues(Int64, Int32) Método

Definição

Retorna length o número de valores a partir de 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)

Parâmetros

startIndex
Int64

O primeiro índice do qual retornar valores.

length
Int32

O número de valores a serem retornados.

Retornos

Uma lista somente leitura de valores

Aplica-se a