Table of Contents

Class LongToDoubleFunction

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class LongToDoubleFunction : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, ILongToDoubleFunction, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
LongToDoubleFunction
Implements
Derived
Inherited Members
Extension Methods

Constructors

LongToDoubleFunction()

Initialize a new instance of LongToDoubleFunction

public LongToDoubleFunction()

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

InitHandlers

Enable/disable handlers initialization, default is true

protected virtual bool InitHandlers { get; }

Property Value

bool

OnApplyAsDouble

The Func<T, TResult> to be executed

public virtual Func<long, double> OnApplyAsDouble { get; set; }

Property Value

Func<long, double>

Methods

ApplyAsDouble(long)

Executes the LongToDoubleFunction action in the CLR

public virtual double ApplyAsDouble(long o)

Parameters

o long

The input of LongToDoubleFunction

Returns

double

The ApplyAsDouble result