JMSLTM Numerical Library 4.0

com.imsl.chart3d
Interface Surface.ZFunction

Enclosing interface:
Surface

public static interface Surface.ZFunction

Functional representation of a surface.


Method Summary
 double f(double x, double y)
          Define the surface function.
 

Method Detail

f

public double f(double x,
                double y)
Define the surface function.

Parameters:
x - is the x value.
y - is the y value.
Returns:
the z value.

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.