次の方法で共有


PrimitiveDataFrameColumn<T>.CumulativeMax メソッド

定義

オーバーロード

CumulativeMax(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices の最大値で更新する

CumulativeMax(Boolean)

累積最大値を持つ各要素を更新します

CumulativeMax(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 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

戻り値

適用対象