Subtracts one complex number from another and returns the result.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Complex32The result of subtracting
right from
left.
See Also