======Конструктор AstBinaryExpression(AstOperator, AstExpression, AstExpression)====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Синтаксис===== public AstBinaryExpression(AstOperator op, AstExpression left, AstExpression right) **Параметры** * //op// * Тип: [[developers:references:topomatic.crs.ast.astoperator|Topomatic.Crs.Ast.AstOperator]] * //left// * Тип: [[developers:references:topomatic.crs.ast.astexpression|Topomatic.Crs.Ast.AstExpression]] * //right// * Тип: [[developers:references:topomatic.crs.ast.astexpression|Topomatic.Crs.Ast.AstExpression]]