次の方法で共有


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 ドキュメントjava.util.function.IntUnaryOperator.applyAsInt(int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象