EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.Ceiling Method (Decimal)

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

For "larger" values Ceiling64

[Visual Basic]
Overloads Public Shared Function Ceiling( _
   ByVal x As Decimal _
) As Integer
[C#]
public static int Ceiling(
   decimal x
);

Parameters

x
Value to be processed

Return Value

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

See Also

IntOps Class | Esb.Math Namespace | IntOps.Ceiling Overload List