Click or drag to resize

Complex32Subtract Method

Subtracts one complex number from another 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 Subtract(
	Complex32 left,
	Complex32 right
)

Parameters

left  Complex32
The value to subtract from (the minuend).
right  Complex32
The value to subtract (the subtrahend).

Return Value

Complex32
The result of subtracting right from left.
See Also