ILNumerics.Net
Floor Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexFloor(fcomplex)
ILNumerics.Net - numeric computing for .NET
Round towards next lower integer
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex Floor(
	fcomplex input
)
Public Shared Function Floor ( _
	input As fcomplex _
) As fcomplex
public:
static fcomplex Floor(
	fcomplex input
)
Parameters
input (fcomplex)
float complex input
Return Value
rounded float complex number
Remarks
real and imaginary parts are independently rounded towards the next integer value towards negative infinity.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)