Complex.Negate

Complex.Negate method

Negates a.

public static Complex Negate(Complex a)
ParameterTypeDescription
aComplexThe a complex.

Return Value

The result of negation.

See Also