Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ParenthesesExpression Class / ParenthesesExpression Constructor
Expression inside the parentheses


In This Topic
    ParenthesesExpression Constructor
    In This Topic
    Creates an new expression with parentheses surrounding a specified expression.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal arg As Expression _
    )
    'Usage
     
    
    Dim arg As Expression
     
    Dim instance As New ParenthesesExpression(arg)
    public ParenthesesExpression( 
       Expression arg
    )

    Parameters

    arg
    Expression inside the parentheses
    Exceptions
    ExceptionDescription
    arg is a null reference (Nothing in Visual Basic)
    See Also