ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / AnWTFilterIntLift5x3 Class / DataType Property

In This Topic
    DataType Property (AnWTFilterIntLift5x3)
    In This Topic
    Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_INT for this class.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property DataType As Integer
    public virtual int DataType {get;}

    Property Value

    The type of data as defined in the DataBlk interface.
    See Also