Click or drag to resize

Complex32Subtraction(Complex32, Single) Operator

Subtraction operator. Subtracts float value from a complex value.

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,
	float subtrahend
)

Parameters

minuend  Complex32
The complex number to subtract from.
subtrahend  Single
The float value to subtract.

Return Value

Complex32
The result of the subtraction.
See Also