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#
public static T Abs(
	Imaginary<T> z
)

Parameters

z  Imaginary<T>
An imaginary number.

Return Value

T
The 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.

See Also