Negates a complex number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Complex<T> Negate(
Complex<T> z
)
Public Shared Function Negate (
z As Complex(Of T)
) As Complex(Of T)
public:
static Complex<T> Negate(
Complex<T> z
)
static member Negate :
z : Complex<'T> -> Complex<'T>
Parameters
- z
- Type: Extreme.MathematicsComplexT
A complex number.
Return Value
Type:
ComplexTA complex number that has its real
and imaginary part negated.
This method is equivalent to the
UnaryNegation(ComplexT). It is provided for languages
that do not support operator overloading.
Numerical Libraries
Supported in: 6.0, 5.x
Reference