次の方法で共有


DataFrameColumn.GetValues(Int64, Int32) メソッド

定義

からstartIndex始まる値の数を返しますlength

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

返す値の数。

戻り値

値の読み取り専用リスト

適用対象