Table of Contents

Class ToDoubleBiFunction<T, U>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class ToDoubleBiFunction<T, U> : ToDoubleBiFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IToDoubleBiFunction<T, U>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data type associated to the event

U

The data type associated to the event

Inheritance
ToDoubleBiFunction<T, U>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ToDoubleBiFunction()

Initialize a new instance of ToDoubleBiFunction<T, U>

public ToDoubleBiFunction()

Properties

OnApplyAsDouble

The Func<T1, T2, TResult> to be executed

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

Property Value

Func<T, U, double>

Methods

ApplyAsDouble(T, U)

Executes the Function action in the CLR

public virtual double ApplyAsDouble(T o1, U o2)

Parameters

o1 T

The ToDoubleBiFunction object

o2 U

The ToDoubleBiFunction object

Returns

double

The applyAsDouble result