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

Allows setting/getting the integer value at position Indx.

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

Allows setting/getting the 16bit integer value at position Indx. 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!