AddrRange Type
AddrRange is a tuple (min, max) that represents a range of address values that are greater or equal to the min value (inclusive) and are less than or equal to the max value (inclusive). To access the min and the max value of a range, use either getMin or getMax function.
Constructors
Constructor | Description |
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.Count
Returns: uint64
|
|
Full Usage:
this.IsIncluding
Parameters:
Addr
Returns: bool
True if the address is included in the range. False otherwise.
Modifiers: inline |
|
|
|
|
Static members
Static member | Description |
|
|
|