ICustomFunctionOperatorBrowsable Members
In This Article
#Properties
Name | Description |
---|---|
Category | Returns the custom function category. |
Description | Returns the custom function description. |
Max |
Returns the maximum count of function operands (parameters). |
Min |
Returns the minimum count of function operands (parameters). |
Name |
Returns the name of the custom function.
Inherited from ICustom |
#Methods
Name | Description |
---|---|
Evaluate |
Evaluates the custom function.
Inherited from ICustom |
Is |
Checks whether the specified number of function operands (parameters) is valid. |
Is |
Checks whether a function operand (parameter) with the specified index has the required type. |
Result |
Defines value type by types of function operands (parameters).
Inherited from ICustom |
See Also