AddrRange Type
Represents a range of address values that are greater than or equal to the
Min value (inclusive) and are less than or equal to the Max
value (inclusive).
Record fields
| Record Field |
Description
|
The maximum value (upper bound) of the interval.
|
|
The minimum value (lower bound) of the interval.
|
Instance members
| Instance member |
Description
|
|
Gets the number of addresses in this range.
|
Full Usage:
this.IsIncluding
Parameters:
Addr
-
The address to check.
Returns: bool
true if the address is included in the range; otherwise
false.
Modifiers: inline |
Checks if the address range includes the given address.
|
|
|
|
B2R2