Click or drag to resize
ComplexReciprocal Method
Returns the reciprocal of this complex number.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Complex Reciprocal()

Return Value

Type: Complex
the complex number whose value is (1 / this)
See Also