[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.CBlkWTDataFloat

CBlkWTDataFloat Class

This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).

       <p>The methods in this class are declared final, so that they can be
       inlined by inlining compilers.</p>
Inheritance
CBlkWTDataFloat
Namespace: CSJ2K.j2k.wavelet.analysis
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class CBlkWTDataFloat : CBlkWTData

Constructors

Name Description
CBlkWTDataFloat()

Properties

Name Description
Data

Returns the array containing the data, or null if there is no data array. The returned array is a float array.

DataFloat

Returns the array containing the data, or null if there is no data array.

DataType

Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk.

See Also