ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.decoder Namespace / MQDecoder Class / decodeSymbols Method

In This Topic
    decodeSymbols Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub decodeSymbols( _
       ByVal bits() As Integer, _
       ByVal cX() As Integer, _
       ByVal n As Integer _
    ) 
    public void decodeSymbols( 
       int[] bits,
       int[] cX,
       int n
    )

    Parameters

    bits
    cX
    n
    See Also