# C1.Framework.Mathematics.Fraction.Reverse

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Mathematics_Fraction_Reverse_" data-uid="C1.Framework.Mathematics.Fraction.Reverse*">Reverse Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Mathematics_Fraction_Reverse_" data-uid="C1.Framework.Mathematics.Fraction.Reverse*"></a>
<h4 id="C1_Framework_Mathematics_Fraction_Reverse_C1_Framework_Mathematics_Fraction_" data-uid="C1.Framework.Mathematics.Fraction.Reverse(C1.Framework.Mathematics.Fraction)">Reverse(Fraction)</h4>
<div class="markdown level1 summary"><p>Reverse the fraction.</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 Reverse(Fraction value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Reverse(value 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">value</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>
