Composed Complex Vector<T>.Get Real Part Method
Returns a real vector containing the real elements of the vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Vector<T> containing the real part of each component of the vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> GetRealPart()
Return Value
Vector<T>A Vector<T> containing the real part of each component of the vector.