ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / CBlkWTDataFloat Class / Data Property

In This Topic
    Data Property (CBlkWTDataFloat)
    In This Topic
    Returns the array containing the data, or null if there is no data array. The returned array is a float array. Sets the data array to the specified one. The provided array must be a float array, otherwise a ClassCastException is thrown. The size of the array is not checked for consistency with the code-block dimensions.
    Syntax
    'Declaration
     
    
    Public Overrides Property Data As Object
    public override object Data {get; set;}

    Property Value

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