Matrix.PSCValues1D Method

function PSCValues1D(const Index: Integer): NativeInt;

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

#NameTypeDescription
1IndexIntegerstart index

Returns: IntPtr

Remarks:

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

See Also: Matrix.PValues1D