Bridge

Decimal..::..Ceiling Method (Decimal)

Returns the smallest integral value that is greater than or equal to the specified decimal number.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static decimal Ceiling(
	decimal d
)
<TemplateAttribute> _
Public Shared Function Ceiling ( _
	d As Decimal _
) As Decimal
[TemplateAttribute]
public:
static Decimal^ Ceiling(
	Decimal^ d
)

Parameters

d
Type: System..::..Decimal
A decimal number.

Return Value

The smallest integral value that is greater than or equal to the d parameter. Note that this method returns a Decimal instead of an integral type.