[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwardWT.getDataType

getDataType Method

getDataType(int, int)

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.

Declaration
public abstract int getDataType(int param1, int param2)
Public MustOverride Function getDataType(param1 As Integer, param2 As Integer) As Integer
Parameters
Type Name Description
int param1
int param2
Returns
Type Description
int

Current data type

Implements