The following tables list the members exposed by UltraCalcFunctionDescriptor.
Name | Description | |
---|---|---|
UltraCalcFunctionDescriptor Constructor | Overloaded. |
Name | Description | |
---|---|---|
ArgDescriptors | Returns a list of function argument descriptors. | |
ArgList | Returns a list of function argument names. | |
Category | Returns the function UCFunctionCategory category code. | |
Description | Returns a summary function description. | |
IsAlwaysDirty | Returns whether this function is an always dirty function. | |
IsUserDefined | Returns whether this function is a user defined function. | |
MaxArgs | Returns the funtion's maxiumn number of arguments. | |
MinArgs | Returns the funtion's minimum number of arguments. | |
Name | Returns the function name used to reference the funtion in a formula. | |
Type | Returns the system type for the function. |
Name | Description | |
---|---|---|
Match | Returns an UlraCalcFunction instance if the function matches the given name and argument count. |