IIntBinaryOperator.ApplyAsInt(Int32, Int32) Method

Definition

Applies this operator to the given operands.

[Android.Runtime.Register("applyAsInt", "(II)I", "GetApplyAsInt_IIHandler:Java.Util.Functions.IIntBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public int ApplyAsInt (int left, int right);
[<Android.Runtime.Register("applyAsInt", "(II)I", "GetApplyAsInt_IIHandler:Java.Util.Functions.IIntBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsInt : int * int -> int

Parameters

left
Int32

the first operand

right
Int32

the second operand

Returns

the operator result

Attributes

Remarks

Applies this operator to the given operands.

Java documentation for java.util.function.IntBinaryOperator.applyAsInt(int, int).

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