Imaginary<T>.Abs Method
Returns the absolute value of an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The absolute value of z
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static T Abs(
Imaginary<T> z
)
Parameters
Return Value
TThe absolute value of z
Remarks
The absolute value of an imaginary number is equal to its Magnitude, or equivalently, the absolute value of its imaginary part.