IntPtr PSCValues1D(Int32 Index)
Obtains a pointer to the complex value of the Matrix at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: IntPtr
Remarks:
The function returns @CValues[i]. Under .NET this is a pointer to unmanaged memory.
See Also: Matrix.PValues1D