ILNumerics.Net
Round Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexRound(complex)
ILNumerics.Net - numeric computing for .NET
rounds towards nearest integer
Declaration Syntax
C#Visual BasicVisual C++
public static complex Round(
	complex input
)
Public Shared Function Round ( _
	input As complex _
) As complex
public:
static complex Round(
	complex input
)
Parameters
input (complex)
input value
Return Value
result is the nearest integer value for input
Remarks
ILMath.Round operates in both: real and imaginary parts deperately

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