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