PrimitiveDataFrameColumn<T>.CumulativeMax 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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