Version

UltraCalcFunctionPlus Class Members

The following tables list the members exposed by UltraCalcFunctionPlus.

Public Constructors
 NameDescription
Public ConstructorUltraCalcFunctionPlus Constructor  
Public Properties
 NameDescription
Public PropertyArgDescriptorsArray list of argument descriptors (Inherited from Infragistics.Win.CalcEngine.BuiltInFunctionBase)
Public PropertyArgListArray list of argument names (Inherited from Infragistics.Win.CalcEngine.BuiltInFunctionBase)
Public PropertyCategoryCategory description for the function displayed by the formula builder tool (Inherited from Infragistics.Win.CalcEngine.BuiltInFunctionBase)
Public PropertyDescriptionSummary description for the function displayed by the formula builder tool (Inherited from Infragistics.Win.CalcEngine.BuiltInFunctionBase)
Public PropertyHelpURLA URL to a help topic. (Inherited from Infragistics.Win.CalcEngine.BuiltInFunctionBase)
Public PropertyIsAlwaysDirtyIndicates whether the results of the function is always dirty. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public PropertyMaxArgsMaximum number of arguments required for the function. (Inherited from Infragistics.Win.CalcEngine.UltraCalcBinaryOperatorBase)
Public PropertyMinArgsMinimum number of arguments required for the function. (Inherited from Infragistics.Win.CalcEngine.UltraCalcBinaryOperatorBase)
Public PropertyNameOverridden. Function 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. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public MethodPerformEvaluationEvaluates the function against the arguments on the number stack. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Protected Methods
 NameDescription
Protected MethodEvaluateOverloaded. Overridden. Evaluates the the binary operator with the specified arguments and returns the result.  
Protected MethodGetArgumentsA helper method for extracting the Infragistics.Win.CalcEngine.UltraCalcValue instances from the stack. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
See Also