ILongToIntFunction.ApplyAsInt(Int64) 方法

定义

将此函数应用于给定参数。

[Android.Runtime.Register("applyAsInt", "(J)I", "GetApplyAsInt_JHandler:Java.Util.Functions.ILongToIntFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public int ApplyAsInt (long value);
[<Android.Runtime.Register("applyAsInt", "(J)I", "GetApplyAsInt_JHandler:Java.Util.Functions.ILongToIntFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsInt : int64 -> int

参数

value
Int64

函数参数

返回

函数结果

属性

注解

将此函数应用于给定参数。

适用于 . 的 java.util.function.LongToIntFunction.applyAsInt(long)Java 文档

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

适用于