ComposedComplexVector<T>.GetImaginaryPart Method

Returns a real vector containing the imaginary elements of the vector.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> GetImaginaryPart()

Return Value

Vector<T>
A Vector<T> containing the imaginary part of each component of the vector.

See Also