SqlDecimal.Ceiling(SqlDecimal) Método

Definición

Devuelve el número entero más pequeño mayor o igual que la estructura especificada SqlDecimal .

public:
 static System::Data::SqlTypes::SqlDecimal Ceiling(System::Data::SqlTypes::SqlDecimal n);
public static System.Data.SqlTypes.SqlDecimal Ceiling(System.Data.SqlTypes.SqlDecimal n);
static member Ceiling : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Ceiling (n As SqlDecimal) As SqlDecimal

Parámetros

n
SqlDecimal

Estructura SqlDecimal para la que se va a calcular el valor máximo.

Devoluciones

que SqlDecimal representa el número entero más pequeño mayor o igual que la estructura especificada SqlDecimal .

Se aplica a

Consulte también