ILNumerics.Net - numeric computing for .NET
Absolute value of input

Namespace:  ILNumerics
Assembly:  ILNumerics.Net (in ILNumerics.Net.dll)
Version: 1.3.12.0 (0.9.28.0)

Syntax

C#
public static double Abs(
	complex input
)
Visual Basic (Declaration)
Public Shared Function Abs ( _
	input As complex _
) As Double
Visual C++
public:
static double Abs(
	complex input
)

Parameters

input
Type: ILNumerics..::.complex
input value

Return Value

The absolute value of the input

See Also