Partilhar via


DataFrameColumn.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 virtual object Max ();
abstract member Max : unit -> obj
override this.Max : unit -> obj
Public Overridable Function Max () As Object

Retornos

Aplica-se a

Max(IEnumerable<Int64>)

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

Parâmetros

rowIndices
IEnumerable<Int64>

Retornos

Aplica-se a