Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorExpression Class / Operator Property


In This Topic
    Operator Property (BinaryOperatorExpression)
    In This Topic
    Gets the operator for the expression.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Operator As BinaryOperatorInfo
    'Usage
     
    
    Dim instance As BinaryOperatorExpression
    Dim value As BinaryOperatorInfo
     
    value = instance.Operator
    public BinaryOperatorInfo Operator {get;}
    See Also