Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcUnaryOperatorExpression Class / Operator Property


In This Topic
    Operator Property (CalcUnaryOperatorExpression)
    In This Topic
    Gets the operator of the unary operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Operator As CalcUnaryOperator
    'Usage
     
    Dim instance As CalcUnaryOperatorExpression
    Dim value As CalcUnaryOperator
     
    value = instance.Operator
    public CalcUnaryOperator Operator {get;}

    Property Value

    A GrapeCity.CalcEngine.Operators.CalcUnaryOperator that represents the unary operation.
    See Also