SqlDecimal::Ceiling Method (SqlDecimal)
.NET Framework (current version)
Returns the smallest whole number greater than or equal to the specified SqlDecimal structure.
Assembly: System.Data (in System.Data.dll)
Parameters
- n
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure for which the ceiling value is to be calculated.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA SqlDecimal representing the smallest whole number greater than or equal to the specified SqlDecimal structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: