ICustomFunctionOperatorBrowsable Members
The interface of the custom function which GUI supports.Properties
Name | Description |
---|---|
Category | Returns the custom function category. |
Description | Returns the custom function description. |
MaxOperandCount | Returns the maximum count of function operands (parameters). |
MinOperandCount | Returns the minimum count of function operands (parameters). |
Name | Returns the name of the custom function. Inherited from ICustomFunctionOperator. |
Methods
Name | Description |
---|---|
Evaluate(Object[]) | Evaluates the custom function. Inherited from ICustomFunctionOperator. |
IsValidOperandCount(Int32) | Checks whether the specified number of function operands (parameters) is valid. |
IsValidOperandType(Int32, Int32, Type) | Checks whether a function operand (parameter) with the specified index has the required type. |
ResultType(Type[]) | Defines value type by types of function operands (parameters). Inherited from ICustomFunctionOperator. |
See Also