Vector.PValues1D Method

IntPtr PValues1D(Int32 Index)

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

#NameTypeDescription
1IndexInt32start index

Returns: IntPtr

Remarks:

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

See Also: Vector.PCValues1D