CSJ2K.j2k.image.Tiler.isOrigSigned C# (CSharp) Method

isOrigSigned() public method

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