[]
        
(Showing Draft Content)

CSJ2K.j2k.image.input.ImgReaderPGM.getFixedPoint

getFixedPoint Method

getFixedPoint(int)

Returns the position of the fixed point in the specified component (i.e. the number of fractional bits), which is always 0 for this ImgReader.

Declaration
public override int getFixedPoint(int c)
Parameters
Type Name Description
int c

The index of the component.

Returns
Type Description
int

The position of the fixed-point (i.e. the number of fractional bits). Always 0 for this ImgReader.

Overrides