CSJ2K.j2k.image.ImgDataJoiner.isOrigSigned C# (CSharp) Метод

isOrigSigned() публичный Метод

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. /// ///
Результат bool
        public bool isOrigSigned(int c)
        {
            return false;
        }