DataFrameColumn.GetValueAndBufferSortIndexAtBuffer<T> Delegate
Definition
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.
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)
Type Parameters
- T
Parameters
- bufferIndex
- Int32
- valueIndex
- Int32
Return Value
ValueTuple<T,Int32>