Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis Namespace / AnWTFilterFloat Class / getDataType Method

In This Topic
    getDataType Method (AnWTFilterFloat)
    In This Topic
    Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class.
    Syntax
    'Declaration
     
    Public Overrides Function getDataType() As System.Integer
    public override System.int getDataType()

    Return Value

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