# FarPoint.CalcEngine.BinaryOperatorExpression.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_CalcEngine_BinaryOperatorExpression__ctor_" data-uid="FarPoint.CalcEngine.BinaryOperatorExpression.#ctor*">BinaryOperatorExpression Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_CalcEngine_BinaryOperatorExpression__ctor_" data-uid="FarPoint.CalcEngine.BinaryOperatorExpression.#ctor*"></a>
<h4 id="FarPoint_CalcEngine_BinaryOperatorExpression__ctor_FarPoint_CalcEngine_BinaryOperatorInfo_FarPoint_CalcEngine_Expression_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.CalcEngine.BinaryOperatorExpression.#ctor(FarPoint.CalcEngine.BinaryOperatorInfo,FarPoint.CalcEngine.Expression,FarPoint.CalcEngine.Expression)">BinaryOperatorExpression(BinaryOperatorInfo, Expression, Expression)</h4>
<div class="markdown level1 summary"><p>Creates a new expression with a binary operator applied to a pair of operands.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BinaryOperatorExpression(BinaryOperatorInfo oper, Expression arg0, Expression arg1)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(oper As BinaryOperatorInfo, arg0 As Expression, arg1 As Expression)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.CalcEngine.BinaryOperatorInfo.html">BinaryOperatorInfo</a></td>
      <td><span class="parametername">oper</span></td>
      <td><p>Operator</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.CalcEngine.Expression.html">Expression</a></td>
      <td><span class="parametername">arg0</span></td>
      <td><p>Left-side operand</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.CalcEngine.Expression.html">Expression</a></td>
      <td><span class="parametername">arg1</span></td>
      <td><p>Right-side operand</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></td>
      <td><p>oper or arg0 or arg1 is a null reference (Nothing in Visual Basic)</p>
</td>
    </tr>
  </tbody>
</table>
</div>
