Sdílet prostřednictvím


DataFrameColumn.GetValues(Int64, Int32) Metoda

Definice

Vrátí length počet hodnot začínajících na startIndex.

protected abstract System.Collections.Generic.IReadOnlyList<object> GetValues(long startIndex, int length);
abstract member GetValues : int64 * int -> System.Collections.Generic.IReadOnlyList<obj>
Protected MustOverride Function GetValues (startIndex As Long, length As Integer) As IReadOnlyList(Of Object)

Parametry

startIndex
Int64

První index pro vrácení hodnot z.

length
Int32

Počet hodnot, které se mají vrátit.

Návraty

Seznam hodnot jen pro čtení

Platí pro