Share via


DataFrameColumn.Min Method

Definition

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>

Returns

Applies to