Imaginary<T>.Unary Negation Operator
Negates an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A complex number that has its real and imaginary part negated.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Imaginary<T> operator -(
Imaginary<T> z
)
Parameters
Return Value
Imaginary<T>A complex number that has its real and imaginary part negated.
Remarks
If you are using a language that does not support operator overloading, use the staticNegate(Imaginary<T>) method instead.