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

Select1() public method

public Select1 ( int I ) : int
I int
return int
        public override int Select1(int I)
        {
            return this.SelectBackend ((int)I, this.SuperBlocks, this.Blocks, this.BitBlocks);
        }