GrapeCity.CalcEngine.Functions Namespace : CalcFunction Class |
For a list of all members of this type, see CalcFunction members.
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. |