[]
        
(Showing Draft Content)

CSJ2K.j2k.image.input.ImgReaderPGM.isOrigSigned

isOrigSigned Method

isOrigSigned(int)

Returns true if the data read was originally signed in the specified component, false if not. This method returns always false since PGM data is always unsigned.

Declaration
public override bool isOrigSigned(int c)
Parameters
Type Name Description
int c

The index of the component, from 0 to N-1.

Returns
Type Description
bool

always false, since PGM data is always unsigned.

Overrides