語言

IIntBinaryOperator.ApplyAsInt(Int32, Int32) 方法

定義

將此運算子應用於給定的運算元。

[Android.Runtime.Register("applyAsInt", "(II)I", "GetApplyAsInt_IIHandler:Java.Util.Functions.IIntBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public int ApplyAsInt(int left, int right);
[<Android.Runtime.Register("applyAsInt", "(II)I", "GetApplyAsInt_IIHandler:Java.Util.Functions.IIntBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsInt : int * int -> int

參數

left
Int32

第一個運算元

right
Int32

第二個運算元

傳回

算子結果

屬性

備註

將此運算子應用於給定的運算元。

Java 文件 java.util.function.IntBinaryOperator.applyAsInt(int, int)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於