AddressAreaExtensions Class |
Namespace: Demo3D.PLC.Comms
public static class AddressAreaExtensions
| Name | Description | |
|---|---|---|
| IndexOfAddressT(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.
| |
| IndexOfAddressT(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.
|