Decimal..::..Ceiling Method (Decimal)
Returns the smallest integral value that is greater than or equal to the specified decimal number.
Namespace:
SystemAssembly: 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.