ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / EntropyCoder Class / isReversible Method

In This Topic
    isReversible Method (EntropyCoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function isReversible( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    public virtual bool isReversible( 
       int t,
       int c
    )

    Parameters

    t
    c
    See Also