共用方式為


ILongBinaryOperator.ApplyAsLong(Int64, Int64) 方法

定義

將這個運算子套用至指定的操作數。

[Android.Runtime.Register("applyAsLong", "(JJ)J", "GetApplyAsLong_JJHandler:Java.Util.Functions.ILongBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public long ApplyAsLong (long left, long right);
[<Android.Runtime.Register("applyAsLong", "(JJ)J", "GetApplyAsLong_JJHandler:Java.Util.Functions.ILongBinaryOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsLong : int64 * int64 -> int64

參數

left
Int64

第一個操作數

right
Int64

第二個操作數

傳回

運算子結果

屬性

備註

將這個運算子套用至指定的操作數。

java.util.function.LongBinaryOperator.applyAsLong(long, long)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於