PrimitiveDataFrameColumn<T>.Max 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Max() |
傳回資料行中值的最大值 |
Max(IEnumerable<Int64>) |
傳回 rowIndices 的值上限 |
Max()
傳回資料行中值的最大值
public override object Max ();
override this.Max : unit -> obj
Public Overrides Function Max () As Object
傳回
適用於
Max(IEnumerable<Int64>)
傳回 rowIndices 的值上限
public override object Max (System.Collections.Generic.IEnumerable<long> rowIndices);
override this.Max : seq<int64> -> obj
Public Overrides Function Max (rowIndices As IEnumerable(Of Long)) As Object
參數
- rowIndices
- IEnumerable<Int64>