# CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat" class="text-break">AnWTFilterFloat 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"><a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilter.html">AnWTFilter</a></div>
    <div class="level2"><span class="xref">AnWTFilterFloat</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloatLift9x7.html">AnWTFilterFloatLift9x7</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="CSJ2K.j2k.wavelet.WaveletFilter.html">WaveletFilter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.wavelet.analysis.html">CSJ2K.j2k.wavelet.analysis</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class AnWTFilterFloat : AnWTFilter, WaveletFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class AnWTFilterFloat
    Inherits AnWTFilter
    Implements WaveletFilter</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_wavelet_analysis_AnWTFilterFloat__ctor" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.#ctor">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.-ctor.html#CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat__ctor">AnWTFilterFloat()</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_wavelet_analysis_AnWTFilterFloat_DataType" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.DataType">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.DataType.html#CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of data on which this filter works, as defined
in the DataBlk interface, which is always TYPE_FLOAT for this
class.</p>
</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="CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_hpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_hpf(System.Object,System.Int32,System.Int32,System.Int32,System.Object,System.Int32,System.Int32,System.Object,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_hpf.html#CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_hpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_">analyze_hpf(object, int, int, int, object, int, int, object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>The general version of the analyze_hpf() method, it just calls the
specialized version. See the description of the analyze_hpf()
method of the AnWTFilter class for more details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_hpf_System_Single___System_Int32_System_Int32_System_Int32_System_Single___System_Int32_System_Int32_System_Single___System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_hpf(System.Single[],System.Int32,System.Int32,System.Int32,System.Single[],System.Int32,System.Int32,System.Single[],System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_hpf.html#CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_hpf_System_Single___System_Int32_System_Int32_System_Int32_System_Single___System_Int32_System_Int32_System_Single___System_Int32_System_Int32_">analyze_hpf(float[], int, int, int, float[], int, int, float[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>A specific version of the analyze_hpf() method that works on int
data. See the general description of the analyze_hpf() method in the
AnWTFilter class for more details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_lpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_lpf(System.Object,System.Int32,System.Int32,System.Int32,System.Object,System.Int32,System.Int32,System.Object,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_lpf.html#CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_lpf_System_Object_System_Int32_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_System_Object_System_Int32_System_Int32_">analyze_lpf(object, int, int, int, object, int, int, object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>The general version of the analyze_lpf() method, it just calls the
specialized version. See the description of the analyze_lpf()
method of the AnWTFilter class for more details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_lpf_System_Single___System_Int32_System_Int32_System_Int32_System_Single___System_Int32_System_Int32_System_Single___System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_lpf(System.Single[],System.Int32,System.Int32,System.Int32,System.Single[],System.Int32,System.Int32,System.Single[],System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.AnWTFilterFloat.analyze_lpf.html#CSJ2K_j2k_wavelet_analysis_AnWTFilterFloat_analyze_lpf_System_Single___System_Int32_System_Int32_System_Int32_System_Single___System_Int32_System_Int32_System_Single___System_Int32_System_Int32_">analyze_lpf(float[], int, int, int, float[], int, int, float[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>A specific version of the analyze_lpf() method that works on int
data. See the general description of the analyze_lpf() method in
the AnWTFilter class for more details.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
