public interface IVariableResolver
Modifier and Type | Method and Description |
---|---|
double |
getValue(IMathParser parser,
java.lang.String varName)
getValue function is implemented by the user and it is called by
the parser to get the value of an undefined variable at evaluation time.
|
double getValue(IMathParser parser, java.lang.String varName)
parser
- - current parser instancevarName
- - variable whose value is being asked for