Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorExpression Class / Operator Property
Example


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;}

    Property Value

    BinaryOperatorInfo object containing the operator
    Example
    This example creates a new expression with a binary operator applied to a pair of operands.
    See Also