Google
Matrix.Element Property
Class
Pascal
property Element [Index: Integer]: float;
Description

Provides readonly access to the elements of the matrix

There are only 6 elements in this matrix. Attempt to access Index values greather than 5 will cause EIndexOutOfBounds exception.

Related Information