Skip to content

IRingRange.InRange(uint)

InRange(uint)

abstract
View source
public abstract bool InRange(uint value)
Returns a value indicating whether value is within this ring range.

Parameters

valueuint
The value to check.

Returns

true if the reminder is in our responsibility range, false otherwise.