共用方式為


PrimitiveDataFrameColumn<T>.CumulativeMax 方法

定義

多載

CumulativeMax(IEnumerable<Int64>, Boolean)

匯報 rowIndices 的數據行值及其累計數據列的最大值

CumulativeMax(Boolean)

匯報 每個元素及其累計最大值

CumulativeMax(IEnumerable<Int64>, Boolean)

匯報 rowIndices 的數據行值及其累計數據列的最大值

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

參數

rowIndices
IEnumerable<Int64>
inPlace
Boolean

傳回

適用於

CumulativeMax(Boolean)

匯報 每個元素及其累計最大值

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

參數

inPlace
Boolean

傳回

適用於