ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / SubbandAn Class / HL Property

In This Topic
    HL Property (SubbandAn)
    In This Topic
    Returns the HL (horizontal high-pass) child subband of this subband.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property HL As Subband
    public override Subband HL {get;}

    Property Value

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