Method AdvanceToValue
AdvanceToValue(Int64)
Given a target
value, advance the decoding index to the first bigger or equal value
and return it if it is available. Otherwise return NO_MORE_VALUES.
The current implementation uses the index on the upper zero bit positions.
Declaration
public virtual long AdvanceToValue(long target)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | target |
Returns
Type | Description |
---|---|
System.Int64 |