ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / CBlkWTDataSrc Interface / getDataType Method
Tile index
Component index

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

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    Current data type
    See Also