IToDoubleBiFunction.ApplyAsDouble(Object, Object) Method

Definition

Applies this function to the given arguments.

[Android.Runtime.Register("applyAsDouble", "(Ljava/lang/Object;Ljava/lang/Object;)D", "GetApplyAsDouble_Ljava_lang_Object_Ljava_lang_Object_Handler:Java.Util.Functions.IToDoubleBiFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public double ApplyAsDouble (Java.Lang.Object? t, Java.Lang.Object? u);
[<Android.Runtime.Register("applyAsDouble", "(Ljava/lang/Object;Ljava/lang/Object;)D", "GetApplyAsDouble_Ljava_lang_Object_Ljava_lang_Object_Handler:Java.Util.Functions.IToDoubleBiFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsDouble : Java.Lang.Object * Java.Lang.Object -> double

Parameters

t
Object

the first function argument

u
Object

the second function argument

Returns

the function result

Attributes

Remarks

Applies this function to the given arguments.

Java documentation for java.util.function.ToDoubleBiFunction.applyAsDouble(T, U).

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