DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<T> Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
protected delegate(T, int) DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<T>(int bufferIndex, int valueIndex);
Protected Delegate Function DataFrameColumn.GetValueAndBufferSortIndexAtBuffer(Of T)(bufferIndex As Integer, valueIndex As Integer) As ValueTuple(Of T, Integer)
- T
- bufferIndex
- Int32
- valueIndex
- Int32
ValueTuple<T,Int32>
Ürün | Sürümler |
---|---|
ML.NET | 3.0.0, 4.0.0, Preview |