Click or drag to resize

ComplexSubtraction Operator

Subtracts the second complex number from the first.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex operator -(
	Complex z1,
	Complex z2
)

Parameters

z1
Type: Meta.NumericsComplex
The first complex number.
z2
Type: Meta.NumericsComplex
The second complex number.

Return Value

Type: Complex
The difference of the complex numbers.
See Also