Composed Complex Vector<T>.Get Imaginary Part Method
Returns a real vector containing the imaginary elements of the vector.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Vector<T> containing the imaginary part of each component of the vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> GetImaginaryPart()
Return Value
Vector<T>A Vector<T> containing the imaginary part of each component of the vector.