org.cheffo.jeplite.function
Class PostfixMathCommand.Subtract

java.lang.Object
  |
  +--org.cheffo.jeplite.function.PostfixMathCommand
        |
        +--org.cheffo.jeplite.function.PostfixMathCommand.Subtract
Enclosing class:
PostfixMathCommand

public static class PostfixMathCommand.Subtract
extends PostfixMathCommand


Nested Class Summary
 
Nested classes inherited from class org.cheffo.jeplite.function.PostfixMathCommand
PostfixMathCommand.Comparative, PostfixMathCommand.Divide, PostfixMathCommand.Logical, PostfixMathCommand.Modulus, PostfixMathCommand.Multiply, PostfixMathCommand.Not, PostfixMathCommand.Power, PostfixMathCommand.Subtract
 
Field Summary
 
Fields inherited from class org.cheffo.jeplite.function.PostfixMathCommand
ADD, AND, DIVIDE, MULTIPLY, numberOfParameters, OR, UMINUS
 
Constructor Summary
PostfixMathCommand.Subtract()
           
 
Method Summary
 double operation(double[] params)
           
 
Methods inherited from class org.cheffo.jeplite.function.PostfixMathCommand
fillFunctionTable, getNumberOfParameters, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostfixMathCommand.Subtract

public PostfixMathCommand.Subtract()
Method Detail

operation

public final double operation(double[] params)
Overrides:
operation in class PostfixMathCommand