ILNumerics.Net - numeric computing for .NET
round towards positive infinity
Namespace:
ILNumericsAssembly: ILNumerics.Net (in ILNumerics.Net.dll)
Version: 1.3.12.0 (0.9.28.0)
Syntax
| C# |
|---|
public static complex Ceiling( complex input ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Ceiling ( _ input As complex _ ) As complex |
| Visual C++ |
|---|
public: static complex Ceiling( complex input ) |
Parameters
- input
- Type: ILNumerics..::.complex
input value
Return Value
result is the next integer value greater then input
Remarks
ILMath.Ceiling operates in both: real and imaginary parts seperately