Complex32UnaryPlus Operator |
Unary addition.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator +(
Complex32 summand
)
Parameters
- summand Complex32
- The complex number to operate on.
Return Value
Complex32Returns the same complex number.
See Also