Version 24.2 (latest)

CustomCalculationFunctionBase Class Methods

For a list of all members of this type, see CustomCalculationFunctionBase members.

Public Methods
 NameDescription
Public MethodCanParameterBeEnumerableDetermines whether the parameter at the specified index will accept an enumerable reference. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Public MethodPerformEvaluationEvaluates the function against the arguments on the number stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Protected Methods
 NameDescription
Protected MethodEvaluateEvaluates the function against the arguments on the number stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Protected MethodGetArgumentsA helper method for extracting the Infragistics.Calculations.Engine.CalculationValue instances from the stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Protected MethodSetArgDescriptionsSets the value of the ArgDescriptors property.  
Protected MethodSetArgListSets the value of the ArgList property.  
Protected MethodSetCategorySets the value of the Category property.  
Protected MethodSetDescriptionSets the value of the Description property.  
Protected MethodSetNameSets the value of the Name property.  
See Also