ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.dequantizer Namespace / Dequantizer Class / getCodeBlock Method

In This Topic
    getCodeBlock Method (Dequantizer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride Function getCodeBlock( _
       ByVal param1 As Integer, _
       ByVal param2 As Integer, _
       ByVal param3 As Integer, _
       ByVal param4 As SubbandSyn, _
       ByVal param5 As DataBlk _
    ) As DataBlk
    public abstract DataBlk getCodeBlock( 
       int param1,
       int param2,
       int param3,
       SubbandSyn param4,
       DataBlk param5
    )

    Parameters

    param1
    param2
    param3
    param4
    param5
    See Also