TSparseMtx.PSValues1D Method

function PSValues1D(const Index: Integer): NativeInt;

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

#NameTypeDescription
1IndexIntegerstart index

Returns: IntPtr

Remarks:

The function returns @Values[i]. Under .NET this is a pointer to managed memory, which needs to be pinned before the address is taken.