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

Allows setting/getting the integer value at position row,col.

Syntax
C#
Visual Basic
public new short this[int Row, int col];

Allows setting/getting the 16bit integer value at position row,col. This property reads/writes to the same memory as Values property.

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