Complex<T>.Decrement Operator
Decrements the real part of a complex number
by one.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The complex number with its real part decremented by one.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Complex<T> operator --(
Complex<T> z
)
Parameters
Return Value
Complex<T>The complex number with its real part decremented by one.