Complex32UnaryNegation Operator |
Unary minus.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator -(
Complex32 subtrahend
)
Parameters
- subtrahend Complex32
- The complex number to operate on.
Return Value
Complex32The negated value of the
subtrahend.
See Also