# C1.WPF.Schedule.ArithmeticOperationEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Schedule_ArithmeticOperationEnum" data-uid="C1.WPF.Schedule.ArithmeticOperationEnum" class="text-break">ArithmeticOperationEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates arithmetic operations.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.dll</h6>
  <h5 id="C1_WPF_Schedule_ArithmeticOperationEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ArithmeticOperationEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ArithmeticOperationEnum</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_WPF_Schedule_ArithmeticOperationEnum_Add">Add</td>
        <td><p>Represents an addition operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ArithmeticOperationEnum_Divide">Divide</td>
        <td><p>Represents a division operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ArithmeticOperationEnum_Modulus">Modulus</td>
        <td><p>Represents a modulus operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ArithmeticOperationEnum_Multiply">Multiply</td>
        <td><p>Represents a multiplication operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ArithmeticOperationEnum_Subtract">Subtract</td>
        <td><p>Represents a subtraction operation.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
