EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.Ceiling Method

Returns the Integer Value that is greater than or equal to the specified number.

Methods for decimal and double parameters included.

Overload List

Returns the Integer Value that is greater than or equal to the specified number.For "larger" values Ceiling64

public static int Ceiling(decimal);

Returns the Integer Value that is greater than or equal to the specified number.For "larger" values Ceiling64

public static int Ceiling(double);

See Also

IntOps Class | Esb.Math Namespace