Method BackToValue
BackToValue(Int64)
Given a target value, go back to the first smaller or equal value and return it if it is available. Otherwise return NO_MORE_VALUES.
The current implementation does not use the index on the upper zero bit positions.
Declaration
public virtual long BackToValue(long target)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | target |
Returns
Type | Description |
---|---|
System.Int64 |