IComplex Operations<T, U>.From Polar Method
Constructs a complex number from polar components.
Definition
Namespace: Extreme.Mathematics.Generic
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
T FromPolar(
U magnitude,
U phase
)
Parameters
Return Value
TThe complex with the specified modulus and argument.
Remarks
This method requires that the real type supports real arithmetic.