ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / ForwWTFull Class / getDataType Method
The index of the tile for which to return the data type.
The index of the component for which to return the data type.

In This Topic
    getDataType Method (ForwWTFull)
    In This Topic
    Return the data type of this CBlkWTDataSrc. Its value should be either DataBlk.TYPE_INT or DataBlk.TYPE_FLOAT but can change according to the current tile-component.
    Syntax
    'Declaration
     
    
    Public Overrides Function getDataType( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override int getDataType( 
       int t,
       int c
    )

    Parameters

    t
    The index of the tile for which to return the data type.
    c
    The index of the component for which to return the data type.

    Return Value

    Current data type
    See Also