DoubleSummaryStatistics.Min Property

Definition

Returns the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_INFINITY if no values were recorded.

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

Property Value

the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_INFINITY if no values were recorded

Attributes

Remarks

Returns the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_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.getMin().

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