ILongBinaryOperator.ApplyAsLong(Int64, Int64) Method

Definition

Applies this operator to the given operands.

[Android.Runtime.Register("applyAsLong", "(JJ)J", "GetApplyAsLong_JJHandler:Java.Util.Functions.ILongBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public long ApplyAsLong (long left, long right);
[<Android.Runtime.Register("applyAsLong", "(JJ)J", "GetApplyAsLong_JJHandler:Java.Util.Functions.ILongBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsLong : int64 * int64 -> int64

Parameters

left
Int64

the first operand

right
Int64

the second operand

Returns

the operator result

Attributes

Remarks

Applies this operator to the given operands.

Java documentation for java.util.function.LongBinaryOperator.applyAsLong(long, long).

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