Documentation of 'vmm3d.functions.Function2' Java class
Function2
vmm3d.functions

Class Function2

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.