IIntUnaryOperator.ApplyAsInt(Int32) Method

Definition

Applies this operator to the given operand.

[Android.Runtime.Register("applyAsInt", "(I)I", "GetApplyAsInt_IHandler:Java.Util.Functions.IIntUnaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public int ApplyAsInt (int operand);
[<Android.Runtime.Register("applyAsInt", "(I)I", "GetApplyAsInt_IHandler:Java.Util.Functions.IIntUnaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsInt : int -> int

Parameters

operand
Int32

the operand

Returns

the operator result

Attributes

Remarks

Applies this operator to the given operand.

Java documentation for java.util.function.IntUnaryOperator.applyAsInt(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