# org.jpedal.jbig2.util.BinaryOperation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="org_jpedal_jbig2_util_BinaryOperation" data-uid="org.jpedal.jbig2.util.BinaryOperation" class="text-break">BinaryOperation Class
</h1>
  <div class="markdown level0 summary"></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">BinaryOperation</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="org.jpedal.jbig2.util.html">org.jpedal.jbig2.util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="org_jpedal_jbig2_util_BinaryOperation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BinaryOperation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BinaryOperation</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="org_jpedal_jbig2_util_BinaryOperation__ctor" data-uid="org.jpedal.jbig2.util.BinaryOperation.#ctor">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.-ctor.html#org_jpedal_jbig2_util_BinaryOperation__ctor">BinaryOperation()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_INTMASK" data-uid="org.jpedal.jbig2.util.BinaryOperation.INTMASK">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.INTMASK.html">INTMASK</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_LEFT_SHIFT" data-uid="org.jpedal.jbig2.util.BinaryOperation.LEFT_SHIFT">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.LEFT_SHIFT.html">LEFT_SHIFT</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_LONGMASK" data-uid="org.jpedal.jbig2.util.BinaryOperation.LONGMASK">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.LONGMASK.html">LONGMASK</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_RIGHT_SHIFT" data-uid="org.jpedal.jbig2.util.BinaryOperation.RIGHT_SHIFT">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.RIGHT_SHIFT.html">RIGHT_SHIFT</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="org_jpedal_jbig2_util_BinaryOperation_bit32ShiftL_System_Int64_System_Int32_" data-uid="org.jpedal.jbig2.util.BinaryOperation.bit32ShiftL(System.Int64,System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.bit32ShiftL.html#org_jpedal_jbig2_util_BinaryOperation_bit32ShiftL_System_Int64_System_Int32_">bit32ShiftL(long, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_bit32ShiftR_System_Int64_System_Int32_" data-uid="org.jpedal.jbig2.util.BinaryOperation.bit32ShiftR(System.Int64,System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.bit32ShiftR.html#org_jpedal_jbig2_util_BinaryOperation_bit32ShiftR_System_Int64_System_Int32_">bit32ShiftR(long, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_bit8Shift_System_Int32_System_Int32_System_Int32_" data-uid="org.jpedal.jbig2.util.BinaryOperation.bit8Shift(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.bit8Shift.html#org_jpedal_jbig2_util_BinaryOperation_bit8Shift_System_Int32_System_Int32_System_Int32_">bit8Shift(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_fooInt_System_Int32_System_Int32_" data-uid="org.jpedal.jbig2.util.BinaryOperation.fooInt(System.Int32,System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.fooInt.html#org_jpedal_jbig2_util_BinaryOperation_fooInt_System_Int32_System_Int32_">fooInt(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_fooLong_System_Int64_System_Int32_" data-uid="org.jpedal.jbig2.util.BinaryOperation.fooLong(System.Int64,System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.fooLong.html#org_jpedal_jbig2_util_BinaryOperation_fooLong_System_Int64_System_Int32_">fooLong(long, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_getInt16_System_Int16___" data-uid="org.jpedal.jbig2.util.BinaryOperation.getInt16(System.Int16[])">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.getInt16.html#org_jpedal_jbig2_util_BinaryOperation_getInt16_System_Int16___">getInt16(short[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_getInt32_System_Int16___" data-uid="org.jpedal.jbig2.util.BinaryOperation.getInt32(System.Int16[])">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.getInt32.html#org_jpedal_jbig2_util_BinaryOperation_getInt32_System_Int16___">getInt32(short[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_util_BinaryOperation_getInt32_System_SByte___" data-uid="org.jpedal.jbig2.util.BinaryOperation.getInt32(System.SByte[])">
          <a class="xref" href="org.jpedal.jbig2.util.BinaryOperation.getInt32.html#org_jpedal_jbig2_util_BinaryOperation_getInt32_System_SByte___">getInt32(sbyte[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
