Click or drag to resize

Complex32Negate Method

Returns the additive inverse of a specified complex number.

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

Parameters

value  Complex32
A complex number.

Return Value

Complex32
The result of the real and imaginary components of the value parameter multiplied by -1.
See Also