Click or drag to resize

AddressAreaExtensions Methods

Methods
  NameDescription
Public methodStatic memberIndexOfAddressT(IReadOnlyListT, AddressArea, FuncT, AddressArea)
Searches an ordered list of memory addressable areas using a binary search algorithm. Returns the index of the element that contains the address, or a negative number. The bitwise complement operator (~) can be applied to a negative result to produce the index of the first element (if any) that is larger than the given address.
Public methodStatic memberIndexOfAddressT(IReadOnlyListT, Int64, FuncT, AddressArea)
Searches an ordered list of memory address areas using a binary search algorithm. Returns the index of the element that contains the address, or a negative number. The bitwise complement operator (~) can be applied to a negative result to produce the index of the first element (if any) that is larger than the given address.
Top
See Also