# FarPoint.CalcEngine.IntersectOperatorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_IntersectOperatorInfo" data-uid="FarPoint.CalcEngine.IntersectOperatorInfo" class="text-break">IntersectOperatorInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the intersect operator.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.CalcEngine.OperatorInfo.html">OperatorInfo</a></div>
    <div class="level2"><a class="xref" href="FarPoint.CalcEngine.BinaryOperatorInfo.html">BinaryOperatorInfo</a></div>
    <div class="level3"><span class="xref">IntersectOperatorInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.CalcEngine.html">FarPoint.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.CalcEngine.dll</h6>
  <h5 id="FarPoint_CalcEngine_IntersectOperatorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IntersectOperatorInfo : BinaryOperatorInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IntersectOperatorInfo
    Inherits BinaryOperatorInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_CalcEngine_IntersectOperatorInfo__ctor" data-uid="FarPoint.CalcEngine.IntersectOperatorInfo.#ctor">
          <a class="xref" href="FarPoint.CalcEngine.IntersectOperatorInfo.-ctor.html#FarPoint_CalcEngine_IntersectOperatorInfo__ctor">IntersectOperatorInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new instance of <a class="xref" href="FarPoint.CalcEngine.IntersectOperatorInfo.html">IntersectOperatorInfo</a> operator.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_CalcEngine_IntersectOperatorInfo_Name" data-uid="FarPoint.CalcEngine.IntersectOperatorInfo.Name">
          <a class="xref" href="FarPoint.CalcEngine.IntersectOperatorInfo.Name.html#FarPoint_CalcEngine_IntersectOperatorInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the operator.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_CalcEngine_IntersectOperatorInfo_Evaluate_System_Object_System_Object_" data-uid="FarPoint.CalcEngine.IntersectOperatorInfo.Evaluate(System.Object,System.Object)">
          <a class="xref" href="FarPoint.CalcEngine.IntersectOperatorInfo.Evaluate.html#FarPoint_CalcEngine_IntersectOperatorInfo_Evaluate_System_Object_System_Object_">Evaluate(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the result of the operator applied to the operands.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
