natix.CompactDS.Bitmap.SimpleRank1 C# (CSharp) Method

SimpleRank1() protected method

protected SimpleRank1 ( int pos ) : int
pos int
return int
        protected int SimpleRank1(int pos)
        {
            return pos + 1 - this.Rank0 (pos);
        }