Documentation of 'net.finmath.functions.DoubleTernaryOperator' Java class
DoubleTernaryOperator
net.finmath.functions

Interface DoubleTernaryOperator

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface DoubleTernaryOperator
    Functional interface for functions mapping (double,double,double) to double.
    See Also:
    DoubleUnaryOperator
    • Method Detail

      • applyAsDouble

        double applyAsDouble(double x,
                             double y,
                             double z)
        Applies this operator to the given operands.
        Parameters:
        x - the first operand
        y - the second operand
        z - the third operand
        Returns:
        the operator result

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.