EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Ceiling Method (Double)

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

[Visual Basic]
Overloads Public Shared Function Ceiling( _
   ByVal x As Double _
) As Decimal
[C#]
public static decimal Ceiling(
   double 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