Returns the difference of two complex numbers.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleComplex Subtract( DoubleComplex c1, DoubleComplex c2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Subtract ( _ c1 As DoubleComplex, _ c2 As DoubleComplex _ ) As DoubleComplex |
| Visual C++ |
|---|
public: static DoubleComplex Subtract( DoubleComplex c1, DoubleComplex c2 ) |
Parameters
- c1
- Type: CenterSpace.NMath.Core..::.DoubleComplex
A complex number.
- c2
- Type: CenterSpace.NMath.Core..::.DoubleComplex
A complex number.