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


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

    Property Value

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