共用方式為


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 屬性授權中所述的詞彙使用。

適用於