PrimitiveDataFrameColumn<T>.GetSortIndices(Boolean, Boolean) Method
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 internal override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> GetSortIndices(bool ascending = true, bool putNullValuesLast = true);
override this.GetSortIndices : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64>
Protected Friend Overrides Function GetSortIndices (Optional ascending As Boolean = true, Optional putNullValuesLast As Boolean = true) As PrimitiveDataFrameColumn(Of Long)
Parameters
- ascending
- Boolean
- putNullValuesLast
- Boolean