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

Class ComplexExpression

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Complex value()
      Evaluate this expression (using an EvalStack that is unique to the current Thread).
      void value(Complex answer)
      Evaluate this expression (using an EvalStack that is unique to the current Thread), and put the value in a non-null Complex object that is provided as a parameter to this method.
      Complex value(EvalStack stack)
      Evaluate this expression using a non-null stack provided as a parameter.
      void value(EvalStack stack, Complex answer)
      Evaluate this expression using a non-null stack provided as a parameter, and put the value in a non-null Complex object 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 Complex value()
        Evaluate this expression (using an EvalStack that is unique to the current Thread).
      • value

        public void value(Complex answer)
        Evaluate this expression (using an EvalStack that is unique to the current Thread), and put the value in a non-null Complex object that is provided as a parameter to this method.
      • value

        public Complex value(EvalStack stack)
        Evaluate this expression using a non-null stack provided as a parameter.
      • value

        public void value(EvalStack stack,
                          Complex answer)
        Evaluate this expression using a non-null stack provided as a parameter, and put the value in a non-null Complex object that is provided as a parameter,

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.