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


In This Topic
    Arg1 Property
    In This Topic
    Gets the right-side operand for the expression.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Arg1 As Expression
    'Usage
     
    
    Dim instance As BinaryOperatorExpression
    Dim value As Expression
     
    value = instance.Arg1
    public Expression Arg1 {get;}

    Property Value

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