IntSummaryStatistics.Max 属性

定义

返回记录的最大值,或者 Integer.MIN_VALUE 没有记录任何值。

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

属性值

最大值或 Integer.MIN_VALUE

属性

注解

返回记录的最大值,或者 Integer.MIN_VALUE 没有记录任何值。

Java文档java.util.IntSummaryStatistics.getMax()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于