DataDimension Structure |
Namespace: Demo3D.PLC.Comms
public readonly struct DataDimension : IEquatable<DataDimension>
The DataDimension type exposes the following members.
| Name | Description | |
|---|---|---|
| DataDimension |
Constructs a new DataDimension.
|
| Name | Description | |
|---|---|---|
| Length |
The number of elements in this array (or -1 for variable/unknown length).
| |
| Lengths |
The array length (or -1 for variable/unknown length).
| |
| Rank |
The array rank.
| |
| Type |
The array type.
| |
| VariableLength |
The array length is variable/unknown.
|