![]() |
bcParser.NET
Math Parser for .NET
|
Base class for functions that take no parameter. More...
Public Member Functions | |
| int | GetNumberOfParams () |
| Returns 0. More... | |
| abstract IConvertible | Run (IParameter[] p) |
| Execute the logic for this IFunction with the given list of parameters. More... | |
Base class for functions that take no parameter.
| int Bestcode.MathParser.ZeroParameterFunc.GetNumberOfParams | ( | ) |
|
pure virtual |
Execute the logic for this IFunction with the given list of parameters.
| p |
Implements Bestcode.MathParser.IFunction.
1.8.11