public static class PostfixMathCommand.Modulus extends PostfixMathCommand
PostfixMathCommand.Comparative, PostfixMathCommand.Divide, PostfixMathCommand.Logical, PostfixMathCommand.Modulus, PostfixMathCommand.Multiply, PostfixMathCommand.Not, PostfixMathCommand.Power, PostfixMathCommand.Subtract| 构造器和说明 |
|---|
Modulus() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
operation(double[] params) |
void |
run(DoubleStack inStack) |
fillFunctionTable, getNumberOfParameterspublic double operation(double[] params)
operation 在类中 PostfixMathCommandpublic final void run(DoubleStack inStack) throws ParseException
run 在类中 PostfixMathCommandParseException