IIntUnaryOperator.ApplyAsInt(Int32) 方法

定义

将此运算符应用于给定的操作数。

[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

参数

operand
Int32

操作数

返回

运算符结果

属性

注解

将此运算符应用于给定的操作数。

适用于 . 的 java.util.function.IntUnaryOperator.applyAsInt(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于