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

Rank1() public method

public Rank1 ( int i ) : int
i int
return int
        public override int Rank1(int i)
        {
            throw new NotSupportedException ();
        }