IComplex Operations<T, U>.From Polar Method
Constructs a complex number from polar components.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The complex with the specified modulus and argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.