# C1.Framework.NumberTranslator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_NumberTranslator" data-uid="C1.Framework.NumberTranslator" class="text-break">NumberTranslator Class
</h1>
  <div class="markdown level0 summary"><p>Translates number between different types.</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">NumberTranslator</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_NumberTranslator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class NumberTranslator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class NumberTranslator</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_Framework_NumberTranslator__ctor" data-uid="C1.Framework.NumberTranslator.#ctor">
          <a class="xref" href="C1.Framework.NumberTranslator.-ctor.html#C1_Framework_NumberTranslator__ctor">NumberTranslator()</a>
        </td>
        <td class="markdown level1 summary"></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_Framework_NumberTranslator_HighWord_System_Int32_" data-uid="C1.Framework.NumberTranslator.HighWord(System.Int32)">
          <a class="xref" href="C1.Framework.NumberTranslator.HighWord.html#C1_Framework_NumberTranslator_HighWord_System_Int32_">HighWord(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the higher word from a integer value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_HighWord_System_IntPtr_" data-uid="C1.Framework.NumberTranslator.HighWord(System.IntPtr)">
          <a class="xref" href="C1.Framework.NumberTranslator.HighWord.html#C1_Framework_NumberTranslator_HighWord_System_IntPtr_">HighWord(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the higher word from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_HighWord_System_UInt32_" data-uid="C1.Framework.NumberTranslator.HighWord(System.UInt32)">
          <a class="xref" href="C1.Framework.NumberTranslator.HighWord.html#C1_Framework_NumberTranslator_HighWord_System_UInt32_">HighWord(uint)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the higher word from a unsigned integer value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_LowWord_System_Int32_" data-uid="C1.Framework.NumberTranslator.LowWord(System.Int32)">
          <a class="xref" href="C1.Framework.NumberTranslator.LowWord.html#C1_Framework_NumberTranslator_LowWord_System_Int32_">LowWord(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the lower word from a integer value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_LowWord_System_IntPtr_" data-uid="C1.Framework.NumberTranslator.LowWord(System.IntPtr)">
          <a class="xref" href="C1.Framework.NumberTranslator.LowWord.html#C1_Framework_NumberTranslator_LowWord_System_IntPtr_">LowWord(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the higher word from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_LowWord_System_UInt32_" data-uid="C1.Framework.NumberTranslator.LowWord(System.UInt32)">
          <a class="xref" href="C1.Framework.NumberTranslator.LowWord.html#C1_Framework_NumberTranslator_LowWord_System_UInt32_">LowWord(uint)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the lower word from a unsigned integer value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_MakeDoubleWord_System_Int16_System_Int16_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord(System.Int16,System.Int16)">
          <a class="xref" href="C1.Framework.NumberTranslator.MakeDoubleWord.html#C1_Framework_NumberTranslator_MakeDoubleWord_System_Int16_System_Int16_">MakeDoubleWord(short, short)</a>
        </td>
        <td class="markdown level1 summary"><p>Make a double word by low and high word.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_NumberTranslator_MakeDoubleWord_System_UInt16_System_UInt16_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord(System.UInt16,System.UInt16)">
          <a class="xref" href="C1.Framework.NumberTranslator.MakeDoubleWord.html#C1_Framework_NumberTranslator_MakeDoubleWord_System_UInt16_System_UInt16_">MakeDoubleWord(ushort, ushort)</a>
        </td>
        <td class="markdown level1 summary"><p>Make a double word by low and high word.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
