Retrieve a subset of this BitVector.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public BitVector Subset( int start, int end ) |
Visual Basic |
---|
Public Function Subset ( _ start As Integer, _ end As Integer _ ) As BitVector |
Visual C++ |
---|
public: BitVector^ Subset( int start, int end ) |
Parameters
- start
- Type: System..::..Int32
starting index, inclusive
- end
- Type: System..::..Int32
ending index, exclusive