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

Matrix

The matrix to access

Input

diRow

DINT

The row index (zero-based)

diCol

DINT

The column index (zero-based)

Output

wResult

ResultCode

The result of the access