Complex32Subtraction(Complex32, Complex32) Operator |
Subtraction operator. Subtracts two complex numbers.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Complex32The result of the subtraction.
See Also