natix.CompactDS.UnraveledSymbolXLB.Rank1 C# (CSharp) 메소드

Rank1() 공개 메소드

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