Click or drag to resize

DataArrayBounds(Int64, Int64) Constructor

Constructs a new DataArrayBounds

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public DataArrayBounds(
	long from,
	long to
)

Parameters

from  Int64
The first index.
to  Int64
The last index.
See Also