Clears a range of bits. Clearing past the end does not change the size of the set.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual void Clear( long startIndex, long endIndex ) |
Visual Basic |
---|
Public Overridable Sub Clear ( _ startIndex As Long, _ endIndex As Long _ ) |
Visual C++ |
---|
public: virtual void Clear( long long startIndex, long long endIndex ) |
Parameters
- startIndex
- Type: System..::..Int64
lower index
- endIndex
- Type: System..::..Int64
one-past the last bit to clear