[]
Function definition class (keeps function name, parameter counts, and delegate).
public class FunctionDefinition
| Name | Description |
|---|---|
| FunctionDefinition(int, int, CalcEngineFunction) | Initializes a new instance of a FunctionDefinition. |
| Name | Description |
|---|---|
| Function | Gets or sets the CalcEngineFunction that evaluates this function. |
| ParmMax | Gets or sets the maximum number of parameters allowed by this FunctionDefinition. |
| ParmMin | Gets or sets the minimum number of parameters required by this FunctionDefinition. |