![]() |
bcParserObjC
1.1
Math Parser for Objective C, iOS and OSX
|
Function defines the interface that describes a function that can be used as a user defined function in a MathParser instance. More...
Inherited by __if, __max, __min, __sum, OneParameterFunc, TwoParameterFunc, and ZeroParameterFunc.
Instance Methods | |
| (double) | - run: |
| Execute the function with the given array of parameters and return the result as a double. | |
| (int) | - getNumberOfParameters |
| Return the number of parameters that this function accepts. More... | |
Function defines the interface that describes a function that can be used as a user defined function in a MathParser instance.
| - (int) getNumberOfParameters |
Return the number of parameters that this function accepts.
-1 means the function can take any number of parameters, for example sum(x,y,z,...)
1.8.5