Język

IDoubleSupplier.AsDouble Property

Definition

Gets a result.

public double AsDouble { [Android.Runtime.Register("getAsDouble", "()D", "GetGetAsDoubleHandler:Java.Util.Functions.IDoubleSupplierInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAsDouble", "()D", "GetGetAsDoubleHandler:Java.Util.Functions.IDoubleSupplierInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
member this.AsDouble : double

Property Value

a result

Attributes

Remarks

Gets a result.

Java reference for java.util.function.DoubleSupplier.getAsDouble.

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