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.156 -- Release Build+82008765a27c9679d42964f049db865fa540531c
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