Vector<T>.GetComplexView Method

Returns a complex view of this vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
public Vector<Complex<T>> GetComplexView()

Return Value

Vector<Complex<T>>
A complex vector view whose real part is this vector and whose imaginary part is zero.

See Also