Complex<T> Explicit Conversion (Complex<T> to T)
Casts a complex number to a real number. The
imaginary part must be zero.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A floating-point number with the same value as the complex number.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static explicit operator T (
Complex<T> z
)
Parameters
Return Value
TA floating-point number with the same value as the complex number.
Remarks
The imaginary part of z is discarded.