Int32Aggregator.MaximumResult Propriedade

Definição

Retorna o maior valor em uma sequência de valores Int32.Returns the largest value in a sequence of Int32 values.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property int MaximumResult { int get(); };
public int MaximumResult { get; }
member this.MaximumResult : int
Public ReadOnly Property MaximumResult As Integer

Valor da propriedade

Int32

Um Int32 valor que contém o valor máximo em uma sequência de Int32 valores.An Int32 value that contains the maximum value in a sequence of Int32 values.

Aplica-se a