public class Floor extends PostfixMathCommand
Math.floor(double)
,
Serialized FormConstructor and Description |
---|
Floor() |
Modifier and Type | Method and Description |
---|---|
Object |
floor(Object param) |
void |
run(Stack inStack)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
public void run(Stack inStack) throws ParseException
PostfixMathCommand
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public Object floor(Object param) throws ParseException
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics