DataFrameColumn.Min Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Min() |
Returns the minimum of the values in the column |
Min(IEnumerable<Int64>) |
Returns the minimum of the values at the rowIndices |
Min()
Returns the minimum of the values in the column
public virtual object Min ();
abstract member Min : unit -> obj
override this.Min : unit -> obj
Public Overridable Function Min () As Object
Returns
Applies to
Min(IEnumerable<Int64>)
Returns the minimum of the values at the 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
Parameters
- rowIndices
- IEnumerable<Int64>