VectorInt.PIValues Method

IntPtr PIValues(Int32 Index)

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

#NameTypeDescription
1IndexInt32start index

Returns: IntPtr

Remarks:

The function returns @IValues[i]. Under .NET this is a pointer to pinned managed memory.

See Also: VectorInt.PSValues, VectorInt.PBValues