Rank() public method

Get the rank.
Get the rank.
public Rank ( ) : int
return int
Esempio n. 1
0
 public virtual void Copy(Key k)
 {
     key    = k.GetKey();
     rank   = k.Rank();
     decomp = k.Decomp();
 }
Esempio n. 2
0
		public virtual void Copy(Key k)
		{
			key = k.GetKey();
			rank = k.Rank();
			decomp = k.Decomp();
		}