graph3d
Interface Function2

All Superinterfaces:
Function

public interface Function2
extends Function

Binary function base class.


Method Summary
 double call(double x, double y)
          This method computes the function value for (x,y).
 

Method Detail

call

public double call(double x,
                   double y)
This method computes the function value for (x,y).