DataFrameColumn.Max Method

Definition

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>

Returns

Applies to