PrimitiveDataFrameColumn<T>.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 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>