# CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams" data-uid="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams" class="text-break">StdDequantizerParams Class
</h1>
  <div class="markdown level0 summary"><p>This class holds the parameters for the scalar deadzone dequantizer
(StdDequantizer class) for the current tile. Its constructor decodes the
parameters from the main header and tile headers.</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"><a class="xref" href="CSJ2K.j2k.quantization.dequantizer.DequantizerParams.html">DequantizerParams</a></div>
    <div class="level2"><span class="xref">StdDequantizerParams</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.html">CSJ2K.j2k.quantization.dequantizer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StdDequantizerParams : DequantizerParams</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StdDequantizerParams
    Inherits DequantizerParams</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="CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams__ctor" data-uid="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.#ctor">
          <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.-ctor.html#CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams__ctor">StdDequantizerParams()</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="CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams_exp" data-uid="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.exp">
          <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.exp.html">exp</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams_nStep" data-uid="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.nStep">
          <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.nStep.html">nStep</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams_DequantizerType" data-uid="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.DequantizerType">
          <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.DequantizerType.html#CSJ2K_j2k_quantization_dequantizer_StdDequantizerParams_DequantizerType">DequantizerType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of the dequantizer for which the parameters are. The
types are defined in the Dequantizer class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="CSJ2K.j2k.quantization.dequantizer.StdDequantizer.html">StdDequantizer</a></div>
  </div>

</div>
