Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static DoubleComplex operator +(
DoubleComplex z1,
DoubleComplex z2
)
Public Shared Operator + (
z1 As DoubleComplex,
z2 As DoubleComplex
) As DoubleComplex
public:
static DoubleComplex operator +(
DoubleComplex z1,
DoubleComplex z2
)
static let inline (+)
z1 : DoubleComplex *
z2 : DoubleComplex : DoubleComplex
Parameters
- z1
- Type: Extreme.MathematicsDoubleComplex
The first DoubleComplex number. - z2
- Type: Extreme.MathematicsDoubleComplex
The second DoubleComplex number.
Return Value
Type:
DoubleComplexA
DoubleComplex number that is the sum
of the two operands.
If you are using a language that does not
support operator overloading, use the
static (Shared in Visual Basic)
Add(DoubleComplex, DoubleComplex) method instead.
Numerical Libraries
Supported in: 5.x, 4.x
Reference