Share via


OptionalDouble.OrElse(Double) Method

Definition

If a value is present, returns the value, otherwise returns other.

[Android.Runtime.Register("orElse", "(D)D", "", ApiSince=24)]
public double OrElse (double other);
[<Android.Runtime.Register("orElse", "(D)D", "", ApiSince=24)>]
member this.OrElse : double -> double

Parameters

other
Double

the value to be returned, if no value is present

Returns

the value, if present, otherwise other

Attributes

Remarks

If a value is present, returns the value, otherwise returns other.

Java documentation for java.util.OptionalDouble.orElse(.*double).

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