Table of Contents

Class DoubleToIntFunction

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

Constructors

DoubleToIntFunction()

Initialize a new instance of DoubleToIntFunction

public DoubleToIntFunction()

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

OnApplyAsInt

The Func<T, TResult> to be executed

public virtual Func<double, int> OnApplyAsInt { get; set; }

Property Value

Func<double, int>

Methods

ApplyAsInt(double)

Executes the DoubleToIntFunction action in the CLR

public virtual int ApplyAsInt(double o)

Parameters

o double

The input of

Returns

int

The getAsBoolean result