public class Min
extends org.nfunk.jep.function.PostfixMathCommand
| Constructor and Description |
|---|
Min()
Builds this function with a fixed number of parameters
|
| Modifier and Type | Method and Description |
|---|---|
Object |
min(Object object)
Returns the minimum element inside the given Object based on its type
|
void |
run(Stack stack) |
public void run(Stack stack) 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 © 2020. All rights reserved.