Complex<T>.Increment Operator
Increments 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 incremented 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 incremented by one.