IntSummaryStatistics.Max Propiedad

Definición

Devuelve el valor máximo registrado o Integer.MIN_VALUE si no se han registrado valores.

public int Max { [Android.Runtime.Register("getMax", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getMax", "()I", "", ApiSince=24)>]
member this.Max : int

Valor de propiedad

el valor máximo, o Integer.MIN_VALUE si ninguno

Atributos

Comentarios

Devuelve el valor máximo registrado o Integer.MIN_VALUE si no se han registrado valores.

Java documentación para java.util.IntSummaryStatistics.getMax().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a