The following tables list the members exposed by CalculationFunction.
Name | Description | |
---|---|---|
ArgDescriptors | Array list of argument descriptors | |
ArgList | Array list of argument names | |
Category | Category description for the function displayed by the formula builder tool | |
Description | Summary description for the function displayed by the formula builder tool | |
IsAlwaysDirty | Indicates whether the results of the function is always dirty. | |
MaxArgs | Maximum number of arguments required for the function | |
MinArgs | Minimum number of arguments required for the function | |
Name | Function name used to reference the function in a formula |
Name | Description | |
---|---|---|
CanParameterBeEnumerable | Determines whether the parameter at the specified index will accept an enumerable reference. | |
PerformEvaluation | Evaluates the function against the arguments on the number stack. |
Name | Description | |
---|---|---|
Evaluate | Evaluates the function against the arguments on the number stack. | |
GetArguments | A helper method for extracting the CalculationValue instances from the stack. |