ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / AnWTFilterSpec Class / getWTDataType Method
Tile index
Component index

In This Topic
    getWTDataType Method (AnWTFilterSpec)
    In This Topic
    Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overridable Function getWTDataType( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public virtual int getWTDataType( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    The data type of the filters in this object
    See Also