# CSJ2K.j2k.wavelet.analysis.CBlkWTData.Data

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_analysis_CBlkWTData_Data_" data-uid="CSJ2K.j2k.wavelet.analysis.CBlkWTData.Data*">Data Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_analysis_CBlkWTData_Data_" data-uid="CSJ2K.j2k.wavelet.analysis.CBlkWTData.Data*"></a>
<h4 id="CSJ2K_j2k_wavelet_analysis_CBlkWTData_Data" data-uid="CSJ2K.j2k.wavelet.analysis.CBlkWTData.Data">Data</h4>
<div class="markdown level1 summary"><p>Returns the array containing the data, or null if there is no data. The
returned array is of the type returned by <tt>getDataType()</tt> (e.g.,
for <tt>TYPE_INT</tt>, it is a <tt>int[]</tt>).</p>
<pre><code>       &lt;p&gt;Each implementing class should provide a type specific equivalent
       method (e.g., &lt;tt&gt;getDataInt()&lt;/tt&gt; in &lt;tt&gt;DataBlkInt&lt;/tt&gt;) which
       returns an array of the correct type explicitely and not through an
       &lt;tt&gt;Object&lt;/tt&gt;.&lt;/p&gt;
</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public abstract object Data { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public MustOverride Property Data As Object</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.object">object</a></td>
      <td><p>The array containing the data, or <tt>null</tt> if there is no
data.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
