EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Ceiling Method (Decimal)

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

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

Parameters

x
Number to be processed.

Return Value

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

See Also

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