Lucene.Net.Spatial.Util.Bits.Length C# (CSharp) Method

Length() public method

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