IComplexOperations<T, U>.Add Method

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Add(T, U) Adds a complex number and a real number.
Add(T, T) Adds one value to another.

Add(T, U)

Adds a complex number and a real number.
C#
T Add(
	T left,
	U right
)

Parameters

left  T
A complex number.
right  U
A real number.

Return Value

T
The sum of left and right.

See Also