VectorInt.PBValues Method

function PBValues(const Index: Integer): NativeInt;

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

#NameTypeDescription
1IndexIntegerstart index

Returns: IntPtr

Remarks:

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

See Also: VectorInt.PIValues, VectorInt.PSValues