# C1.Framework.NumberTranslator.MakeDoubleWord

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_NumberTranslator_MakeDoubleWord_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord*">MakeDoubleWord Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_NumberTranslator_MakeDoubleWord_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord*"></a>
<h4 id="C1_Framework_NumberTranslator_MakeDoubleWord_System_UInt16_System_UInt16_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord(System.UInt16,System.UInt16)">MakeDoubleWord(ushort, ushort)</h4>
<div class="markdown level1 summary"><p>Make a double word by low and high word.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static uint MakeDoubleWord(ushort lowWord, ushort highWord)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function MakeDoubleWord(lowWord As UShort, highWord As UShort) As UInteger</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.uint16">ushort</a></td>
      <td><span class="parametername">lowWord</span></td>
      <td><p>An <b>ushort</b> indicates the low word of the long.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint16">ushort</a></td>
      <td><span class="parametername">highWord</span></td>
      <td><p>An <b>ushort</b> indicates the high word of the long.</p>
</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="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></td>
      <td><p>An <b>uint</b> indicates the long.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Framework_NumberTranslator_MakeDoubleWord_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord*"></a>
<h4 id="C1_Framework_NumberTranslator_MakeDoubleWord_System_Int16_System_Int16_" data-uid="C1.Framework.NumberTranslator.MakeDoubleWord(System.Int16,System.Int16)">MakeDoubleWord(short, short)</h4>
<div class="markdown level1 summary"><p>Make a double word by low and high word.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static int MakeDoubleWord(short lowWord, short highWord)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function MakeDoubleWord(lowWord As Short, highWord As Short) As Integer</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.int16">short</a></td>
      <td><span class="parametername">lowWord</span></td>
      <td><p>A <b>short</b> indicates the low word of the long.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a></td>
      <td><span class="parametername">highWord</span></td>
      <td><p>A <b>short</b> indicates the high word of the long.</p>
</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>An <b>int</b> indicates the long.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
