CSJ2K.j2k.IntegerSpec.IntegerSpec C# (CSharp) Method

IntegerSpec() public method

Constructs a new 'IntegerSpec' for the specified number of tiles and components and with allowed type of specifications. This constructor is normally called at decoder side.
public IntegerSpec ( int nt, int nc, byte type ) : System
nt int The number of tiles /// ///
nc int The number of components /// ///
type byte The type of allowed specifications /// ///
return System
        public IntegerSpec(int nt, int nc, byte type)
            : base(nt, nc, type)
        {
        }

Same methods

IntegerSpec::IntegerSpec ( int nt, int nc, byte type, CSJ2K.j2k.util.ParameterList pl, System optName ) : System