DataArrayBounds(Int64, Int64) Constructor |
Constructs a new DataArrayBounds
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic DataArrayBounds(
long from,
long to
)
Parameters
- from Int64
- The first index.
- to Int64
- The last index.
See Also