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