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.
Constructor | Description |
|
|
|
|
Instance member | Description |
Full Usage:
this.Count
Returns: uint64
|
|
Full Usage:
this.IsIncluding(arg1)
Parameters:
Addr
Returns: bool
True if the address is included in the range. False otherwise.
|
|
|