Complex.UnaryPlus(Complex) Operator  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the unary plus of a value.
public:
 static System::Numerics::Complex operator +(System::Numerics::Complex value) = System::Numerics::IUnaryPlusOperators<System::Numerics::Complex, System::Numerics::Complex>::op_UnaryPlus;
	public static System.Numerics.Complex operator +(System.Numerics.Complex value);
	static member ( ~+ ) : System.Numerics.Complex -> System.Numerics.Complex
	Public Shared Operator + (value As Complex) As Complex
	Parameters
- value
 - Complex
 
The value for which to compute the unary plus.
Returns
The unary plus of value.