CSJ2K.j2k.image.input.ImgReader.isOrigSigned C# (CSharp) Method

isOrigSigned() public abstract method

Returns true if the data read was originally signed in the specified component, false if not.
public abstract isOrigSigned ( int c ) : bool
c int The index of the component, from 0 to C-1. /// ///
return bool
        public abstract bool isOrigSigned(int c);