Lucene.Net.Spatial.Util.Bits.Length C# (CSharp) 메소드

Length() 공개 메소드

public Length ( ) : int
리턴 int
		public virtual int Length()
		{
			throw new System.NotImplementedException();
		}
	}