[]
        
(Showing Draft Content)

FarPoint.CalcEngine.ParenthesesExpression

ParenthesesExpression Class

Represents an expression type for parentheses surrounding a specified expression.

Inheritance
ParenthesesExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class ParenthesesExpression : Expression
Public Class ParenthesesExpression
    Inherits Expression

Constructors

Name Description
ParenthesesExpression(Expression)

Creates an new expression with parentheses surrounding a specified expression.

Properties

Name Description
Arg

Gets the expression inside the parentheses.