net.sourceforge.jfl.core.operators
Interface IBinaryOperator
- All Known Implementing Classes:
- AlgebraicProduct, AlgebraicSum, BoundedDifference, BoundedSum, Maximum, Minimum
public interface IBinaryOperator
Represents a binary operation between reals.
- Author:
- arons777@users.sourceforge.net
Method Summary |
double |
compute(double a,
double b)
Compute the binary operation implemented. |
compute
double compute(double a,
double b)
- Compute the binary operation implemented.
- Parameters:
a
- b
-
- Returns:
- the result of operation.
Copyright © 2000 Dummy Corp. All Rights Reserved.