# FarPoint.CalcEngine.FunctionInfo.Evaluate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_CalcEngine_FunctionInfo_Evaluate_" data-uid="FarPoint.CalcEngine.FunctionInfo.Evaluate*">Evaluate Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_CalcEngine_FunctionInfo_Evaluate_" data-uid="FarPoint.CalcEngine.FunctionInfo.Evaluate*"></a>
<h4 id="FarPoint_CalcEngine_FunctionInfo_Evaluate_System_Object___" data-uid="FarPoint.CalcEngine.FunctionInfo.Evaluate(System.Object[])">Evaluate(object[])</h4>
<div class="markdown level1 summary"><p>Returns the result of the function applied to the arguments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public abstract object Evaluate(object[] args)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public MustOverride Function Evaluate(args As Object()) As Object</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="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</td>
      <td><span class="parametername">args</span></td>
      <td><p>Arguments for the function evaluation</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>Result of the function applied to the arguments</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_CalcEngine_FunctionInfo_Evaluate_" data-uid="FarPoint.CalcEngine.FunctionInfo.Evaluate*"></a>
<h4 id="FarPoint_CalcEngine_FunctionInfo_Evaluate_System_Object___System_Object_" data-uid="FarPoint.CalcEngine.FunctionInfo.Evaluate(System.Object[],System.Object)">Evaluate(object[], object)</h4>
<div class="markdown level1 summary"><p>Returns the result of the function applied to the arguments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual object Evaluate(object[] args, object context)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function Evaluate(args As Object(), context As Object) As Object</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="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</td>
      <td><span class="parametername">args</span></td>
      <td><p>Arguments for the function evaluation</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>Context in which the evaluation occurs</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>Result of the function applied to the arguments</p>
</td>
    </tr>
  </tbody>
</table>
</div>
