Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class
Properties Methods

In This Topic
    CalcFunction Class Members
    In This Topic

    The following tables list the members exposed by CalcFunction.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this function is branched by arguments as condition.  
    Public PropertyDetermines whether the evaluation of the function is dependent on the context in which the evaluation occurs.  
    Public PropertyGets the maximum number of arguments for the function.  
    Public PropertyGets the minimum number of arguments for the function.  
    Public PropertyGets The name of the function.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the function accepts array values for the specified argument.  
    Public MethodIndicates whether the function can process CalcError values.  
    Public MethodIndicates whether the Evaluate method can process missing arguments.  
    Public MethodDetermines whether the function accepts CalcReference values for the specified argument.  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodOverloaded. Returns the result of the function applied to the arguments.  
    Public MethodFinds the branch argument.  
    Public MethodFinds the test argument when this function is branched.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodDetermines whether the function is volatile while evaluate.  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodReturns the string representation of the function.  
    Top
    See Also