Elem (FUN)ΒΆ
FUNCTION Elem : LREAL
Returns the value at the given index of matrix A
- InOut:
Scope
Name
Type
Comment
Return
Elem
LREAL
Inout
A
The matrix to access
Input
diRow
DINT
The row index (zero-based)
diCol
DINT
The column index (zero-based)
Output
wResult
The result of the access