ComplexAdd(Complex, Double) Method |
Calculates the sum of the two numbers
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex Add(
Complex C1,
double C2
)
Public Shared Function Add (
C1 As Complex,
C2 As Double
) As Complex
Dim C1 As Complex
Dim C2 As Double
Dim returnValue As Complex
returnValue = Complex.Add(C1, C2)
Parameters
- C1 Complex
- The first argument
- C2 Double
- The second argument
Return Value
ComplexThe sum of the two numbers
See Also