共用方式為


DataFrameColumn.GetValues(Int64, Int32) 方法

定義

length 回從 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)

參數

startIndex
Int64

要傳回值的第一個索引。

length
Int32

要傳回的值數目。

傳回

唯讀值清單

適用於