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

Select1() public method

Select1
public Select1 ( int rank ) : int
rank int
return int
        public override int Select1(int rank)
        {
            return this.seqindex.Select (this.symbol, rank, this);
        }