Constructs a vector capable of holding bits.
Namespace: Lucene.Net.UtilCopyC#
n
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public BitVector( int n ) |
Visual Basic |
---|
Public Sub New ( _ n As Integer _ ) |
Visual C++ |
---|
public: BitVector( int n ) |
Parameters
- n
- Type: System..::..Int32
[Missing <param name="n"/> documentation for "M:Lucene.Net.Util.BitVector.#ctor(System.Int32)"]