TMtxVecSample.PCValues1D Method

IntPtr PCValues1D(Int32 Index)

Obtaines a pointer to the complex value of the vector at Index.

#NameTypeDescription
1IndexInt32start index

Returns: IntPtr

Remarks:

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

See Also: TMtxVecSample.PSCValues1D, TMtxVecBase.Pin, TMtxVecBase.UnPin