DoubleSummaryStatistics.Max Property

Definition

Returns the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded.

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

Property Value

the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded

Attributes

Remarks

Returns the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded. Unlike the numerical comparison operators, this method considers negative zero to be strictly smaller than positive zero.

Java documentation for java.util.DoubleSummaryStatistics.getMax().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to