Complex<T>.From Polar Method
Constructs a complex number from polar elements.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The complex with the specified modulus and argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
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.