ILNumerics.Net
Sign Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexSign(complex)
ILNumerics.Net - numeric computing for .NET
Signum function
Declaration Syntax
C#Visual BasicVisual C++
public static complex Sign(
	complex input
)
Public Shared Function Sign ( _
	input As complex _
) As complex
public:
static complex Sign(
	complex input
)
Parameters
input (complex)
complex input
Return Value
result as input / Abs(input)
Remarks
Sign(input) with input beeing complex returns the projection onto the unit circle. If input is 0+0i the result will be 0+0i.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)