Vector<T>.To Complex Method
Returns a complex vector with the same values as this vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
A vector whose real components are the values of this instance and whose imaginary components are zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public virtual Vector<Complex<T>> ToComplex()Return Value
Vector<Complex<T>>A vector whose real components are the values of this instance and whose imaginary components are zero.