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

Returns

Applies to