TcVnMatrix
Offers a user-defined matrix with variable rows, columns and element-type.
Syntax
Definition:
TYPE TcVnMatrix :
STRUCT
nRows : UDINT;
nCols : UDINT;
eType : ETcVnElementType;
pData : PVOID;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
nRows |
UDINT |
Number of rows |
|
nCols |
UDINT |
Number of columns |
|
eType |
Element type | |
|
pData |
PVOID |
Pointer to the data |