You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > TMtxInt.this Indexer
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.this Indexer

Access elements of the matrix without specifying the name of the property.

Syntax
C#
Visual Basic
public int this[int Indx1, int Indx2];

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 TMtxInt object

 

Note Default array property is slower than array pointers. The default array property supports only 32bit integer values (IValues).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!