Elem (FUN)ΒΆ
FUNCTION Elem : LREAL
Returns the value at the given index of matrix A
- InOut:
Scope
Name
Type
Comment
Return
ElemLREALInout
AThe matrix to access
Input
diRowDINTThe row index (zero-based)
diColDINTThe column index (zero-based)
Output
wResultThe result of the access