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

Allows setting/getting the real value at position Indx.

Syntax
C#
Visual Basic
public int this[int RowIdx, int ColIdx];

Allows setting/getting the real value at position Indx. This property reads/writes to the same memory as BValues, SValues and IValues properties.

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