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

Select1() public method

Returns the position of the rank-th enabled bit
public Select1 ( int rank ) : int
rank int
return int
        public override int Select1(int rank)
        {
            // Console.WriteLine ("**** Select1> rank: {0}", rank);
            return this.BackendSelect1 (rank, new BitStreamCtxRL ());
        }