Click or drag to resize

ComplexSubtract(Complex, Double) Method

Calculates the difference of the two numbers

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex Subtract(
	Complex C1,
	double C2
)

Parameters

C1  Complex
The first argument
C2  Double
The second argument

Return Value

Complex
The sum of the two numbers
See Also