Complex32Subtraction(Single, Complex32) Operator |
Subtraction operator. Subtracts complex value from a float value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator -(
float minuend,
Complex32 subtrahend
)
Parameters
- minuend Single
- The float vale to subtract from.
- subtrahend Complex32
- The complex value to subtract.
Return Value
Complex32The result of the subtraction.
See Also