Version

UltraCalcFunction Class Members

The following tables list the members exposed by UltraCalcFunction.

Public Properties
 NameDescription
Public PropertyArgDescriptorsArray list of argument descriptors  
Public PropertyArgListArray list of argument names  
Public PropertyCategoryCategory description for the function displayed by the formula builder tool  
Public PropertyDescriptionSummary description for the function displayed by the formula builder tool  
Public PropertyHelpURLA URL to a help topic.  
Public PropertyIsAlwaysDirtyIndicates whether the results of the function is always dirty.  
Public PropertyMaxArgsMaximum number of arguments required for the function  
Public PropertyMinArgsMinimum number of arguments required for the function  
Public PropertyNameFunction name used to reference the function in a formula  
Public Methods
 NameDescription
Public MethodCanParameterBeEnumerableDetermines whether the parameter at the specified index will accept an enumerable reference.  
Public MethodPerformEvaluationEvaluates the function against the arguments on the number stack.  
Protected Methods
 NameDescription
Protected MethodEvaluateEvaluates the function against the arguments on the number stack.  
Protected MethodGetArgumentsA helper method for extracting the Infragistics.Win.CalcEngine.UltraCalcValue instances from the stack.  
See Also