[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.CBlkWTDataFloat.Data

Data Property

Data

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

Declaration
public override object Data { get; set; }
Property Value
Type Description
object

The array of data (a float[]) or null if there is no data.

Overrides