PrimitiveDataFrameColumn<T>.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 override object Min ();
override this.Min : unit -> obj
Public Overrides Function Min () As Object

Returns

Applies to

Min(IEnumerable<Int64>)

Returns the minimum of the values at the rowIndices

public override object Min (System.Collections.Generic.IEnumerable<long> rowIndices);
override this.Min : seq<int64> -> obj
Public Overrides Function Min (rowIndices As IEnumerable(Of Long)) As Object

Parameters

rowIndices
IEnumerable<Int64>

Returns

Applies to