Flips a range of bits, expanding the set size if necessary
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual void Flip( long startIndex, long endIndex ) |
Visual Basic |
---|
Public Overridable Sub Flip ( _ startIndex As Long, _ endIndex As Long _ ) |
Visual C++ |
---|
public: virtual void Flip( long long startIndex, long long endIndex ) |
Parameters
- startIndex
- Type: System..::..Int64
lower index
- endIndex
- Type: System..::..Int64
one-past the last bit to flip