Click or drag to resize

Complex32Conjugate(Complex32) Method

Computes the conjugate of a complex number and returns the result.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Conjugate(
	Complex32 value
)

Parameters

value  Complex32
A complex number.

Return Value

Complex32
The conjugate of value.
See Also