Click or drag to resize

DataArrayT Constructor (Int64)

Constructs an array of specified length.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public DataArray(
	long length
)

Parameters

length
Type: SystemInt64
Length of the array.
See Also