Click or drag to resize

Complex32Subtraction(Complex32, Complex32) Operator

Subtraction operator. Subtracts two complex numbers.

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

Parameters

minuend  Complex32
The complex number to subtract from.
subtrahend  Complex32
The complex number to subtract.

Return Value

Complex32
The result of the subtraction.
See Also