Interface VectorBinaryOperator.BinaryOp
- All Known Implementing Classes:
VectorBinaryArithmetic.ArithmeticOp,VectorBinaryComparison.ComparisonOp,VectorBinarySet.SetOp
- Enclosing class:
VectorBinaryOperator
public static interface VectorBinaryOperator.BinaryOp
Underlying binary operation (e.g. +, -, *, /, etc.) being performed
on the actual values of the vectors.
-
Method Summary
-
Method Details
-
name
String name() -
asFunction
VectorBinaryOperator.ScalarFunctionFactory asFunction()
-