PrimitiveDataFrameColumn<T>.CumulativeMax 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.
Overloads
CumulativeMax(IEnumerable<Int64>, Boolean) |
Updates column values at rowIndices with its cumulative rowIndices maximum |
CumulativeMax(Boolean) |
Updates each element with its cumulative maximum |
CumulativeMax(IEnumerable<Int64>, Boolean)
Updates column values at rowIndices with its cumulative rowIndices maximum
public override Microsoft.Data.Analysis.DataFrameColumn CumulativeMax (System.Collections.Generic.IEnumerable<long> rowIndices, bool inPlace = false);
override this.CumulativeMax : seq<int64> * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function CumulativeMax (rowIndices As IEnumerable(Of Long), Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- rowIndices
- IEnumerable<Int64>
- inPlace
- Boolean
Returns
Applies to
CumulativeMax(Boolean)
Updates each element with its cumulative maximum
public override Microsoft.Data.Analysis.DataFrameColumn CumulativeMax (bool inPlace = false);
override this.CumulativeMax : bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function CumulativeMax (Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- inPlace
- Boolean