Imaginary<T>.Plus Method
Applies the unary plus operator to an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The same complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Imaginary<T> Plus(
Imaginary<T> z
)
Parameters
Return Value
Imaginary<T>The same complex number.