Complex<T>.Deconstruct Method

Deconstructs a complex number into its real and complex parts.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Deconstruct(
	out T real,
	out T imaginary
)

Parameters

real  T
The real part.
imaginary  T
The imaginary part.

See Also