Class DoubleBinaryOperator
Listener for Java DoubleBinaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/DoubleBinaryOperator.html. Extends JVMBridgeListener
public class DoubleBinaryOperator : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IDoubleBinaryOperator, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DoubleBinaryOperator
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DoubleBinaryOperator()
Initialize a new instance of DoubleBinaryOperator
public DoubleBinaryOperator()
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
InitHandlers
Enable/disable handlers initialization, default is true
protected virtual bool InitHandlers { get; }
Property Value
OnApplyAsDouble
The Func<T1, T2, TResult> to be executed
public virtual Func<double, double, double> OnApplyAsDouble { get; set; }
Property Value
Methods
ApplyAsDouble(double, double)
Executes the DoubleBinaryOperator action in the CLR
public virtual double ApplyAsDouble(double o1, double o2)
Parameters
Returns
- double
The applyAsDouble result