Click or drag to resize

AddressAreaExtensions Class

A class containing AddressArea extensions.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsAddressAreaExtensions

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static class AddressAreaExtensions
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