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

Rank1() public method

Rank1
public Rank1 ( int pos ) : int
pos int
return int
        public override int Rank1(int pos)
        {
            return this.seqindex.Rank (this.symbol, pos, this);
        }