Vector<T>.Get Complex View Method
Returns a complex view of this vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
A complex vector view whose real part is this vector and whose imaginary part is zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
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.