ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SubbandSyn Class / LL Property

In This Topic
    LL Property (SubbandSyn)
    In This Topic
    Returns the LL child subband of this subband.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property LL As Subband
    public override Subband LL {get;}

    Property Value

    The LL child subband, or null if there are no childs.
    See Also