Table of Contents

Interface ILongToDoubleFunction

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface ILongToDoubleFunction : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

ApplyAsDouble(long)

Executes the LongToDoubleFunction action in the CLR

double ApplyAsDouble(long o)

Parameters

o long

The input of LongToDoubleFunction

Returns

double

The applyAsDouble result