IDoubleToLongFunction.ApplyAsLong(Double) Method

Definition

Applies this function to the given argument.

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

Parameters

value
Double

the function argument

Returns

the function result

Attributes

Remarks

Applies this function to the given argument.

Java documentation for java.util.function.DoubleToLongFunction.applyAsLong(double).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to