Complex<T>.From Polar Method
Constructs a complex number from polar elements.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The complex with the specified modulus and argument.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Complex<T> FromPolar(
T modulus,
T argument
)
Parameters
Return Value
Complex<T>The complex with the specified modulus and argument.
Remarks
This method requires that the operand type supports real arithmetic.