ILNumerics.Net
Ceiling Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexCeiling(fcomplex)
ILNumerics.Net - numeric computing for .NET
Round towards next greater integer
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex Ceiling(
	fcomplex input
)
Public Shared Function Ceiling ( _
	input As fcomplex _
) As fcomplex
public:
static fcomplex Ceiling(
	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 positive infinity.

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