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

Class Function1

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double value(double x)
      Find the value of this Function at a specified argument value, using an EvalStack that is unique to the current Thread.
      double value(double x, EvalStack stack)
      Find the value of this Function at a specified argument value, using an EvalStack that is provided as a parameter to this method.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • value

        public double value(double x)
        Find the value of this Function at a specified argument value, using an EvalStack that is unique to the current Thread.
        Parameters:
        x - the argument value for which the function will be evaluated
      • value

        public double value(double x,
                            EvalStack stack)
        Find the value of this Function at a specified argument value, using an EvalStack that is provided as a parameter to this method.
        Parameters:
        x - the argument value for which the function will be evaluated
        stack - a non-null EvalStack that will be used for computing the value

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.