# C1.Framework.Mathematics.Fraction.op_Division

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Mathematics_Fraction_op_Division_" data-uid="C1.Framework.Mathematics.Fraction.op_Division*">operator / Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Mathematics_Fraction_op_Division_" data-uid="C1.Framework.Mathematics.Fraction.op_Division*"></a>
<h4 id="C1_Framework_Mathematics_Fraction_op_Division_C1_Framework_Mathematics_Fraction_C1_Framework_Mathematics_Fraction_" data-uid="C1.Framework.Mathematics.Fraction.op_Division(C1.Framework.Mathematics.Fraction,C1.Framework.Mathematics.Fraction)">operator /(Fraction, Fraction)</h4>
<div class="markdown level1 summary"><p>Defines the binary &quot;/&quot; operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Fraction operator /(Fraction left, Fraction right)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator /(left As Fraction, right As Fraction) As Fraction</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="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td><span class="parametername">right</span></td>
      <td></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="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Framework_Mathematics_Fraction_op_Division_" data-uid="C1.Framework.Mathematics.Fraction.op_Division*"></a>
<h4 id="C1_Framework_Mathematics_Fraction_op_Division_System_Double_C1_Framework_Mathematics_Fraction_" data-uid="C1.Framework.Mathematics.Fraction.op_Division(System.Double,C1.Framework.Mathematics.Fraction)">operator /(double, Fraction)</h4>
<div class="markdown level1 summary"><p>Defines the binary &quot;/&quot; operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Fraction operator /(double left, Fraction right)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator /(left As Double, right As Fraction) As Fraction</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.double">double</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td><span class="parametername">right</span></td>
      <td></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="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Framework_Mathematics_Fraction_op_Division_" data-uid="C1.Framework.Mathematics.Fraction.op_Division*"></a>
<h4 id="C1_Framework_Mathematics_Fraction_op_Division_C1_Framework_Mathematics_Fraction_System_Double_" data-uid="C1.Framework.Mathematics.Fraction.op_Division(C1.Framework.Mathematics.Fraction,System.Double)">operator /(Fraction, double)</h4>
<div class="markdown level1 summary"><p>Defines the binary &quot;/&quot; operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Fraction operator /(Fraction left, double right)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator /(left As Fraction, right As Double) As Fraction</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="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">right</span></td>
      <td></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="C1.Framework.Mathematics.Fraction.html">Fraction</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
