# C1.C1Preview.DataBinding.AggregateFuncEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_DataBinding_AggregateFuncEnum" data-uid="C1.C1Preview.DataBinding.AggregateFuncEnum" class="text-break">AggregateFuncEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the set of supported aggregate functions (see <a class="xref" href="C1.C1Preview.DataBinding.Aggregate.html">Aggregate</a>).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.DataBinding.html">C1.C1Preview.DataBinding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_DataBinding_AggregateFuncEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AggregateFuncEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AggregateFuncEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Average">Average</td>
        <td><p>Returns the average of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Count">Count</td>
        <td><p>Returns the count of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_CountDistinct">CountDistinct</td>
        <td><p>Returns the count of distinct values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_First">First</td>
        <td><p>Returns the first (in the sorted sequence)
value of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Last">Last</td>
        <td><p>Returns the last (in the sorted sequence)
value of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Max">Max</td>
        <td><p>Returns the maximum of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Min">Min</td>
        <td><p>Returns the minimum of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_StDev">StDev</td>
        <td><p>Returns the standard deviation of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_StDevP">StDevP</td>
        <td><p>Returns the population standard deviation of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Sum">Sum</td>
        <td><p>Returns the sum of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_Var">Var</td>
        <td><p>Returns the variance of values of the expression within the scope.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_AggregateFuncEnum_VarP">VarP</td>
        <td><p>Returns the population variance of values of the expression within the scope.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
