Click or drag to resize

Complex32UnaryNegation Operator

Unary minus.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 operator -(
	Complex32 subtrahend
)

Parameters

subtrahend  Complex32
The complex number to operate on.

Return Value

Complex32
The negated value of the subtrahend.
See Also