GrapeCity.CalcEngine.Functions Namespace : CalcFunction Class |
The following tables list the members exposed by CalcFunction.
Name | Description | |
---|---|---|
IsBranch | Gets a value indicating whether this function is branched by arguments as condition. | |
IsContextSensitive | Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs. | |
MaxArgs | Gets the maximum number of arguments for the function. | |
MinArgs | Gets the minimum number of arguments for the function. | |
Name | Gets The name of the function. |
Name | Description | |
---|---|---|
AcceptsArray | Determines whether the function accepts array values for the specified argument. | |
AcceptsError | Indicates whether the function can process CalcError values. | |
AcceptsMissingArgument | Indicates whether the Evaluate method can process missing arguments. | |
AcceptsReference | Determines whether the function accepts CalcReference values for the specified argument. | |
Evaluate | Overloaded. Returns the result of the function applied to the arguments. | |
FindBranchArgument | Finds the branch argument. | |
FindTestArgument | Finds the test argument when this function is branched. | |
IsVolatile | Determines whether the function is volatile while evaluate. | |
ToString | Returns the string representation of the function. |