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