IDoubleBinaryOperator.ApplyAsDouble(Double, Double) Method

Definition

Applies this operator to the given operands.

[Android.Runtime.Register("applyAsDouble", "(DD)D", "GetApplyAsDouble_DDHandler:Java.Util.Functions.IDoubleBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public double ApplyAsDouble (double left, double right);
[<Android.Runtime.Register("applyAsDouble", "(DD)D", "GetApplyAsDouble_DDHandler:Java.Util.Functions.IDoubleBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsDouble : double * double -> double

Parameters

left
Double

the first operand

right
Double

the second operand

Returns

the operator result

Attributes

Remarks

Applies this operator to the given operands.

Java documentation for java.util.function.DoubleBinaryOperator.applyAsDouble(double, 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