CSJ2K.j2k.wavelet.analysis.ForwWTFull.getDataType C# (CSharp) 메소드

getDataType() 공개 메소드

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.
public getDataType ( int t, int c ) : int
t int The index of the tile for which to return the data type. /// ///
c int The index of the component for which to return the data type. /// ///
리턴 int
        public override int getDataType(int t, int c)
        {
            return filters.getWTDataType(t, c);
        }