3 references to GetBufferSortIndex
Microsoft.Data.Analysis (3)
DataFrameColumn.cs (1)
474
GetBufferSortIndex
getBufferSortIndex,
DataFrameColumns\StringDataFrameColumn.cs (1)
262
GetBufferSortIndex
getBufferSortIndex = new GetBufferSortIndex((int bufferIndex, int sortIndex) => (bufferSortIndices[bufferIndex][sortIndex]) + bufferIndex * bufferSortIndices[0].Length);
PrimitiveDataFrameColumn.Sort.cs (1)
103
GetBufferSortIndex
getBufferSortIndex = new GetBufferSortIndex((int bufferIndex, int sortIndex) => (bufferSortIndices[bufferIndex][sortIndex]) + bufferIndex * bufferSortIndices[0].Count);