Click or drag to resize

ComplexDivision(Complex, Complex) Operator

Calculates the quotient of the two numbers

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex operator /(
	Complex c1,
	Complex c2
)

Parameters

c1  Complex
The first argument
c2  Complex
The second argument

Return Value

Complex
The sum of the two numbers
See Also