IIntToLongFunction.ApplyAsLong(Int32) 方法

定义

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

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

参数

value
Int32

函数参数

返回

函数结果

属性

注解

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

适用于 . 的 java.util.function.IntToLongFunction.applyAsLong(int)Java 文档

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

适用于