Click or drag to resize

DataArrayBounds Class

The bounds of one dimension of an array.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsDataArrayBounds

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class DataArrayBounds : IEquatable<DataArrayBounds>

The DataArrayBounds type exposes the following members.

Constructors
 NameDescription
Public methodDataArrayBounds(Int64) Constructs a new DataArrayBounds
Public methodDataArrayBounds(Int64, Int64) Constructs a new DataArrayBounds
Top
Properties
 NameDescription
Public propertyFrom The first index in the array.
Public propertyLength The actual length of the array.
Top
See Also