Returns the sum of a real and a complex number.
Namespace: CenterSpace.NMath.CoreAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public static DoubleComplex Add( double d, DoubleComplex c ) |
| Visual Basic |
|---|
Public Shared Function Add ( _ d As Double, _ c As DoubleComplex _ ) As DoubleComplex |
| Visual C++ |
|---|
public: static DoubleComplex Add( double d, DoubleComplex c ) |
Parameters
- d
- Type: System..::..Double
A real number.
- c
- Type: CenterSpace.NMath.Core..::..DoubleComplex
A complex number.