Version

UCFunctionFactory Class Members

The following tables list the members exposed by UCFunctionFactory.

Public Constructors
 NameDescription
Public ConstructorUCFunctionFactory ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCurrentReturns the current element in the collection enumerator.  
Public PropertyItemIndexer used to return the function descriptor given the function name  
Public PropertyUserDefinedFunctionFactoryProperty to get or set the user defined function factory that extends the built-in function table.  
Public Methods
 NameDescription
Public MethodConstructReturns a UltraCalcFunction instance for the given function name and argument count.  
Public MethodFindMethod used to return the function descriptor given the function type.  
Public MethodGetEnumeratorReturns an enumerator that can be used to iterate the loaded functions.  
Public MethodMoveNextAdvances the enumerator to the next function of the collection.  
Public MethodResetResets the position of the enumerator.  
See Also