Partilhar via


PrimitiveDataFrameColumn<T>.Max Método

Definição

Sobrecargas

Max()

Retorna o máximo dos valores na coluna

Max(IEnumerable<Int64>)

Retorna o máximo dos valores em rowIndices

Max()

Retorna o máximo dos valores na coluna

public override object Max ();
override this.Max : unit -> obj
Public Overrides Function Max () As Object

Retornos

Aplica-se a

Max(IEnumerable<Int64>)

Retorna o máximo dos valores em 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

Parâmetros

rowIndices
IEnumerable<Int64>

Retornos

Aplica-se a