Imaginary<T>.Deconstruct Method

Deconstructs an imaginary number into its real and complex parts.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public void Deconstruct(
	out T imaginary
)

Parameters

imaginary  T
The imaginary part.

See Also