Package parser.methods.ext
Class Rounding.RoundDigitsN
java.lang.Object
parser.methods.ext.Rounding.RoundDigitsN
- All Implemented Interfaces:
BasicNumericalMethod
- Enclosing class:
- Rounding
public static class Rounding.RoundDigitsN extends java.lang.Object implements BasicNumericalMethod
-
Constructor Summary
Constructors Constructor Description RoundDigitsN() -
Method Summary
-
Constructor Details
-
RoundDigitsN
public RoundDigitsN()
-
-
Method Details
-
solve
public java.lang.String solve(java.util.List<java.lang.String> tokens)- Specified by:
solvein interfaceBasicNumericalMethod
-
getHelp
public java.lang.String getHelp()- Specified by:
getHelpin interfaceBasicNumericalMethod
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceBasicNumericalMethod
-
getType
public java.lang.String getType()- Specified by:
getTypein interfaceBasicNumericalMethod
-