ICustomFunctionOperatorBrowsable Methods
The interface of the custom function which GUI supports.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