Matrix.PSCValues1D Method

IntPtr PSCValues1D(Int32 Index)

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

#NameTypeDescription
1IndexInt32start index

Returns: IntPtr

Remarks:

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

See Also: Matrix.PValues1D