Complex<T>.Increment Method
Increments the real part of a complex number
by one.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The complex number with its real part incremented by one.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Complex<T> Increment(
Complex<T> z
)
Parameters
Return Value
Complex<T>The complex number with its real part incremented by one.