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

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

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

Allows setting/getting the 8bit 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!