Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 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 Integer
    public override int getDataType()

    Return Value

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