# C1.WPF.Binding.Tally

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Binding_Tally" data-uid="C1.WPF.Binding.Tally" class="text-break">Tally Class
</h1>
  <div class="markdown level0 summary"><p>A class that aggregates values and provides summary statistics
(including count, sum, average, standard deviation, and variance).</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"><span class="xref">Tally</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Binding.html">C1.WPF.Binding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Binding.4.6.2.dll</h6>
  <h5 id="C1_WPF_Binding_Tally_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Tally</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Tally</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="C1_WPF_Binding_Tally__ctor" data-uid="C1.WPF.Binding.Tally.#ctor">
          <a class="xref" href="C1.WPF.Binding.Tally.-ctor.html#C1_WPF_Binding_Tally__ctor">Tally()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally__ctor_System_Boolean_" data-uid="C1.WPF.Binding.Tally.#ctor(System.Boolean)">
          <a class="xref" href="C1.WPF.Binding.Tally.-ctor.html#C1_WPF_Binding_Tally__ctor_System_Boolean_">Tally(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</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="C1_WPF_Binding_Tally_Add_C1_WPF_Binding_Expression_" data-uid="C1.WPF.Binding.Tally.Add(C1.WPF.Binding.Expression)">
          <a class="xref" href="C1.WPF.Binding.Tally.Add.html#C1_WPF_Binding_Tally_Add_C1_WPF_Binding_Expression_">Add(Expression)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="C1.WPF.Binding.Expression.html">Expression</a> to the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>, updating the
associated summary statistics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_AddValue_System_Object_" data-uid="C1.WPF.Binding.Tally.AddValue(System.Object)">
          <a class="xref" href="C1.WPF.Binding.Tally.AddValue.html#C1_WPF_Binding_Tally_AddValue_System_Object_">AddValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a value to the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>, updating the
associated summary statistics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Average" data-uid="C1.WPF.Binding.Tally.Average">
          <a class="xref" href="C1.WPF.Binding.Tally.Average.html#C1_WPF_Binding_Tally_Average">Average()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the average of the values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Count" data-uid="C1.WPF.Binding.Tally.Count">
          <a class="xref" href="C1.WPF.Binding.Tally.Count.html#C1_WPF_Binding_Tally_Count">Count()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total count of values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Max" data-uid="C1.WPF.Binding.Tally.Max">
          <a class="xref" href="C1.WPF.Binding.Tally.Max.html#C1_WPF_Binding_Tally_Max">Max()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum value in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Min" data-uid="C1.WPF.Binding.Tally.Min">
          <a class="xref" href="C1.WPF.Binding.Tally.Min.html#C1_WPF_Binding_Tally_Min">Min()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum value in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Range" data-uid="C1.WPF.Binding.Tally.Range">
          <a class="xref" href="C1.WPF.Binding.Tally.Range.html#C1_WPF_Binding_Tally_Range">Range()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range of values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a> (maximum minus minimum).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Std" data-uid="C1.WPF.Binding.Tally.Std">
          <a class="xref" href="C1.WPF.Binding.Tally.Std.html#C1_WPF_Binding_Tally_Std">Std()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the standard deviation of the values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_StdP" data-uid="C1.WPF.Binding.Tally.StdP">
          <a class="xref" href="C1.WPF.Binding.Tally.StdP.html#C1_WPF_Binding_Tally_StdP">StdP()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the population standard deviation of the values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Sum" data-uid="C1.WPF.Binding.Tally.Sum">
          <a class="xref" href="C1.WPF.Binding.Tally.Sum.html#C1_WPF_Binding_Tally_Sum">Sum()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of the values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_Var" data-uid="C1.WPF.Binding.Tally.Var">
          <a class="xref" href="C1.WPF.Binding.Tally.Var.html#C1_WPF_Binding_Tally_Var">Var()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the variance of the values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_Tally_VarP" data-uid="C1.WPF.Binding.Tally.VarP">
          <a class="xref" href="C1.WPF.Binding.Tally.VarP.html#C1_WPF_Binding_Tally_VarP">VarP()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the population variance of the values in the <a class="xref" href="C1.WPF.Binding.Tally.html">Tally</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
