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

Allows setting/getting the integer value at position Indx.

Syntax
C#
Visual Basic
public int this[int Indx];

Allows setting/getting the 32bit integer value at position Indx. In Delphi, this property reads/writes to the same memory as TMtxVecInt.IValues1D, TMtxVecInt.SValues1D and TMtxVecInt.BValues1D properties.

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