ComplexDivision(Complex, Complex) Operator
Divides two complex numbers.
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static Complex operator /(
Complex z1,
Complex z2
)
Public Shared Operator / (
z1 As Complex,
z2 As Complex
) As Complex
public:
static Complex operator /(
Complex z1,
Complex z2
)
static let inline (/)
z1 : Complex *
z2 : Complex : Complex
- z1 Complex
- The first complex number.
- z2 Complex
- The second complex number.
ComplexThe quotient of the two complex numbers.