A matrix element. Read-only.
Syntax
result = object.X(i, j)
The X property syntax has the following parts:
| Part | Description | 
| result | The (i, j) element of object's matrix. | 
| object | An object of type AmosMatrix. | 
| i | An integer specifying a row number. Row 0 is the first row. | 
| j | An integer specifying a column number. Column 0 is the first row. | 
Placement: [3].