You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVecByte Class > TVecByte Methods > TVecByte.PValues Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVecByte.PValues Method

Obtains a pointer to the integer value of the vector at Index.

Syntax
C#
Visual Basic
public override IntPtr PValues(int Index);

The function returns address of element at Values[i]. Under .NET, internal memory must be Pinned first. See Pin and UnPin

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