ComplexNumberUnaryPlus Operator

[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.op_UnaryPlus(Gemstone.Numeric.ComplexNumber)"]

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
public static ComplexNumber operator +(
	ComplexNumber value
)

Parameters

value  ComplexNumber

[Missing <param name="value"/> documentation for "M:Gemstone.Numeric.ComplexNumber.op_UnaryPlus(Gemstone.Numeric.ComplexNumber)"]

Return Value

ComplexNumber

[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.op_UnaryPlus(Gemstone.Numeric.ComplexNumber)"]

Implements

IUnaryPlusOperatorsTSelf, TResultUnaryPlus(TSelf)

See Also