Complex<T>.Reciprocal Method
Returns the reciprocal of a complex number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A complex number that equals one divided by the complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Complex<T> Reciprocal(
Complex<T> z
)
Parameters
Return Value
Complex<T>A complex number that equals one divided by the complex number.
Remarks
This method requires that the operand type supports division.