[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.CBlkWTDataInt.Data

Data Property

Data

Returns the array containing the data, or null if there is no data array. The returned array is an int array.

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

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

Overrides