Summary
Access elements of the matrix without specifying the name of the property.
Class
TMtx
Declaration
Property DefArray [constIndx1,Indx2:integer]: TSample read get_DefaultArray write set_DefaultArray;
Description
This property allows you to access elements of the matrix without specifying the name of the property. For example:
amtx[i,j] := 1; // where amtx is a TMtx object
. Default array property also performs explicit range checking and is significantly slower than array pointers. The default array property supports only real values.
| Copyright 2008 Dew Research |
http://www.dewresearch.com