Matrix.PValues1D Method

function PValues1D(const Index: Integer): NativeInt;

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

#NameTypeDescription
1IndexIntegerstart index

Returns: IntPtr

Remarks:

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

See Also: Matrix.PCValues1D