net.sourceforge.jfl.core.operators
Class BoundedDifference

java.lang.Object
  extended by net.sourceforge.jfl.core.operators.BoundedDifference
All Implemented Interfaces:
IBinaryOperator

public class BoundedDifference
extends java.lang.Object
implements IBinaryOperator

Author:
arons777@users.sourceforge.net

Constructor Summary
BoundedDifference()
           
 
Method Summary
 double compute(double a, double b)
          Compute the binary operation implemented.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedDifference

public BoundedDifference()
Method Detail

compute

public double compute(double a,
                      double b)
Description copied from interface: IBinaryOperator
Compute the binary operation implemented.

Specified by:
compute in interface IBinaryOperator
Returns:
the result of operation.


Copyright © 2000 Dummy Corp. All Rights Reserved.