ILNumerics.Net
Floor Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexFloor(complex)
ILNumerics.Net - numeric computing for .NET
round towards negative infinity
Declaration Syntax
C#Visual BasicVisual C++
public static complex Floor(
	complex input
)
Public Shared Function Floor ( _
	input As complex _
) As complex
public:
static complex Floor(
	complex input
)
Parameters
input (complex)
input value
Return Value
result is the next integer value lower then input
Remarks
ILMath.Floor operates in both: real and imaginary parts seperately

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