Represents an operation upon two double-valued operands and producing a double-valued result. This is the primitive type specialization of BinaryOperator for double.
This is a functional interface whose functional method is applyAsDouble(double, double).
Represents an operation upon two double-valued operands and producing a double-valued result. This is the primitive type specialization of BinaryOperator for double. This is a functional interface whose functional method is applyAsDouble(double, double).
(apply-as-double this left right)
Applies this operator to the given operands.
left - the first operand - double
right - the second operand - double
returns: the operator result - double
Applies this operator to the given operands. left - the first operand - `double` right - the second operand - `double` returns: the operator result - `double`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close