natix.CompactDS.DiffSetRL2.DiffSetRL2 C# (CSharp) Method

DiffSetRL2() public method

public DiffSetRL2 ( ) : System
return System
        public DiffSetRL2()
            : base()
        {
            this.Samples = new List<int> ();
            this.Offsets = new List<long> ();
            this.Stream = new BitStream32 ();
            this.Coder = new EliasDelta ();
        }

Same methods

DiffSetRL2::DiffSetRL2 ( short B ) : System