![]() |
bcParser.NET
Math Parser for .NET
|
Base class for math parser functions that take 2 parameters. More...
Public Member Functions | |
| int | GetNumberOfParams () |
| Number of parameters that this IFunction requires. For TwoParameterFunc, this function returns 2. More... | |
| abstract IConvertible | Run (IParameter[] p) |
| Execute the logic for this IFunction with the given list of parameters. More... | |
Base class for math parser functions that take 2 parameters.
| int Bestcode.MathParser.TwoParameterFunc.GetNumberOfParams | ( | ) |
Number of parameters that this IFunction requires. For TwoParameterFunc, this function returns 2.
Implements Bestcode.MathParser.IFunction.
|
pure virtual |
Execute the logic for this IFunction with the given list of parameters.
| p |
Implements Bestcode.MathParser.IFunction.
1.8.11