SequenceId
struct in Coherence.Brook
Represents an auto incrementing sequence identifier. Usually a value between 0 and 127 (7 bits). After 127 it wraps around to 0.
Constructors
SequenceId | Constructing a SequenceId |
Fields
Max | |
MaxRange | |
MaxValue |
Properties
Value |
Methods
Distance | Returns the closest distance between the otherId and this SequenceId. |
Equals | |
GetHashCode | |
IsValidSuccessor | Checks if the nextId comes after this SequenceId. |
Next | Returns the next SequenceId. Note that the value wraps around 127. |
ToString |