ILNumerics Ultimate VS

complexCeiling Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Round towards positive infinity

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Ceiling(
	complex input
)

Parameters

input
Type: ILNumericscomplex
Input value

Return Value

Type: complex
Result is the next integer value greater then input
Remarks

ILMath.Ceiling operates in both: real and imaginary parts separately

[ILNumerics Core Module]

See Also

Reference