EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Ceiling Method

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

Methods for decimal and double parameters included.

Overload List

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

public static decimal Ceiling(decimal);

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

public static decimal Ceiling(double);

See Also

DecimalOps Class | Esb.Math Namespace