ComplexSubtraction(Complex, Double) Operator |
Calculates the difference of the two numbers
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex operator -(
Complex c1,
double c2
)
Public Shared Operator - (
c1 As Complex,
c2 As Double
) As Complex
Dim c1 As Complex
Dim c2 As Double
Dim returnValue As Complex
returnValue = (c1 - c2)
Parameters
- c1 Complex
- The first argument
- c2 Double
- The second argument
Return Value
ComplexThe sum of the two numbers
See Also