public class Max
extends org.nfunk.jep.function.PostfixMathCommand
| Constructor and Description |
|---|
Max()
Builds this function with a fixed number of parameters
|
| Modifier and Type | Method and Description |
|---|---|
Object |
max(Object object)
Returns the maximum element inside the given Object based on its type
|
void |
run(Stack pStack) |
public void run(Stack pStack) throws org.nfunk.jep.ParseException
run in interface org.nfunk.jep.function.PostfixMathCommandIrun in class org.nfunk.jep.function.PostfixMathCommandorg.nfunk.jep.ParseExceptionPostfixMathCommand.run(java.util.Stack)Copyright © 2023. All rights reserved.