Click or drag to resize

ComplexNumberAddition Operator

Returns computed sum of values.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static ComplexNumber operator +(
	ComplexNumber value1,
	ComplexNumber value2
)
View Source

Parameters

value1  ComplexNumber
Left hand operand.
value2  ComplexNumber
Right hand operand.

Return Value

ComplexNumber
ComplexNumber representing the result of the addition operation.
See Also