IMSL C# Numerical Library

Complex.Negate Method 

Returns the negative of a Complex object, -z.

public static Complex Negate(
   Complex z
);

Parameters

z
A Complex object.

Return Value

A newly constructed Complex initialized to the negative of the Complex argument, z.

See Also

Complex Class | Imsl.Math Namespace