ArrowStringDataFrameColumn.GetValues(Int64, Int32) 方法

定義

回傳 lengthstartIndex開始的數值數量。

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)

參數

startIndex
Int64

第一個回傳數值的索引。

length
Int32

要傳回的值數目。

傳回

一個只讀的值清單

適用於