ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterSpec Class / SynWTFilterSpec Constructor
The number of tiles
The number of components
the type of the specification module i.e. tile specific, component specific or both.

In This Topic
    SynWTFilterSpec Constructor
    In This Topic
    Constructs a new 'SynWTFilterSpec' for the specified number of components and tiles.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte _
    )
    public SynWTFilterSpec( 
       int nt,
       int nc,
       byte type
    )

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    type
    the type of the specification module i.e. tile specific, component specific or both.
    See Also