Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
UltraCalcUserDefinedFunctionFactory Class Members
The following tables list the members exposed by UltraCalcUserDefinedFunctionFactory.
Public Properties
| Name | Description |
| Item | Returns the UCFunctionDecriptor for a function given its name. |
Public Methods
| Name | Description |
| AddFunction | Adds a user defined function to the function factory. |
| AddLibrary | Overloaded. Adds a library of user defined functions contained in an assembly specified by the given file path. |
| Find | Method used to return the function descriptor given the function type. |
| GetEnumerator | |
| Match | Returns a user defined function instance for the given name and argument arity. |
See Also