natix.CompactDS.BitStream32.Get32 C# (CSharp) Method

Get32() public method

Returns the specified uint (position i), please notice that bitcounter is not checked
public Get32 ( int i ) : uint
i int
return uint
        public uint Get32(int i)
        {
            return this.Buffer[i];
        }