PrimitiveDataFrameColumn<T>.Max 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
Max() |
Returns the maximum of the values in the column |
Max(IEnumerable<Int64>) |
Returns the maximum of the values at rowIndices |
Max()
Returns the maximum of the values in the column
public override object Max ();
override this.Max : unit -> obj
Public Overrides Function Max () As Object
Returns
Applies to
Max(IEnumerable<Int64>)
Returns the maximum of the values at rowIndices
public override object Max (System.Collections.Generic.IEnumerable<long> rowIndices);
override this.Max : seq<int64> -> obj
Public Overrides Function Max (rowIndices As IEnumerable(Of Long)) As Object
Parameters
- rowIndices
- IEnumerable<Int64>