# CSJ2K.j2k.image.DataBlkFloat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_image_DataBlkFloat" data-uid="CSJ2K.j2k.image.DataBlkFloat" class="text-break">DataBlkFloat Class
</h1>
  <div class="markdown level0 summary"><p>This is an implementation of the <tt>DataBlk</tt> interface for 32 bit
floating point data (float).</p>
<pre><code>       &lt;p&gt;The methods in this class are declared final, so that they can be
       inlined by inlining compilers.&lt;/p&gt;
</code></pre>
</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.image.DataBlk.html">DataBlk</a></div>
    <div class="level2"><span class="xref">DataBlkFloat</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.image.html">CSJ2K.j2k.image</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_image_DataBlkFloat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataBlkFloat : DataBlk</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataBlkFloat
    Inherits DataBlk</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_image_DataBlkFloat__ctor" data-uid="CSJ2K.j2k.image.DataBlkFloat.#ctor">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.-ctor.html#CSJ2K_j2k_image_DataBlkFloat__ctor">DataBlkFloat()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a DataBlkFloat with 0 dimensions and no data array
(i.e. data is null).</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_DataBlkFloat__ctor_CSJ2K_j2k_image_DataBlkFloat_" data-uid="CSJ2K.j2k.image.DataBlkFloat.#ctor(CSJ2K.j2k.image.DataBlkFloat)">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.-ctor.html#CSJ2K_j2k_image_DataBlkFloat__ctor_CSJ2K_j2k_image_DataBlkFloat_">DataBlkFloat(DataBlkFloat)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy constructor. Creates a DataBlkFloat which is the copy of the
DataBlkFloat given as paramter.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_DataBlkFloat__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.image.DataBlkFloat.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.-ctor.html#CSJ2K_j2k_image_DataBlkFloat__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">DataBlkFloat(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a DataBlkFloat with the specified dimensions and position. The
data array is initialized to an array of size w*h.</p>
</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_image_DataBlkFloat_Data" data-uid="CSJ2K.j2k.image.DataBlkFloat.Data">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.Data.html#CSJ2K_j2k_image_DataBlkFloat_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the array containing the data, or null if there is no data
array. The returned array is a float array.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_DataBlkFloat_DataFloat" data-uid="CSJ2K.j2k.image.DataBlkFloat.DataFloat">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.DataFloat.html#CSJ2K_j2k_image_DataBlkFloat_DataFloat">DataFloat</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the array containing the data, or null if there is no data
array.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_DataBlkFloat_DataType" data-uid="CSJ2K.j2k.image.DataBlkFloat.DataType">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.DataType.html#CSJ2K_j2k_image_DataBlkFloat_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the identifier of this data type, <tt>TYPE_FLOAT</tt>, as
defined in <tt>DataBlk</tt>.</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_image_DataBlkFloat_ToString" data-uid="CSJ2K.j2k.image.DataBlkFloat.ToString">
          <a class="xref" href="CSJ2K.j2k.image.DataBlkFloat.ToString.html#CSJ2K_j2k_image_DataBlkFloat_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string of informations about the DataBlkInt.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="CSJ2K.j2k.image.DataBlk.html">DataBlk</a></div>
  </div>

</div>
