vmm3d.functions
Class Function2
- java.lang.Object
-
- vmm3d.functions.Function
-
- vmm3d.functions.Function2
-
public class Function2 extends Function
Represents a real-valued function of two real arguments. A Function2 can only be created by a Parser.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublevalue(double x, double y)Find the value of this Function at a specified pair of argument values, using an EvalStack that is unique to the current Thread.doublevalue(double x, double y, EvalStack stack)Find the value of this Function at a specified pair of argument values, using a non-null EvalStack that is provided as a parameter.
-
-
-
Method Detail
-
value
public double value(double x, double y)Find the value of this Function at a specified pair of argument values, using an EvalStack that is unique to the current Thread.
-
value
public double value(double x, double y, EvalStack stack)Find the value of this Function at a specified pair of argument values, using a non-null EvalStack that is provided as a parameter.
-
-
DMelt 3.0 © DataMelt by jWork.ORG