SqlDecimal.Ceiling(SqlDecimal) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le plus petit nombre entier supérieur ou égal à la structure spécifiée 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
Paramètres
Structure SqlDecimal pour laquelle la valeur de plafond doit être calculée.
Retours
Représentant SqlDecimal le plus petit nombre entier supérieur ou égal à la structure spécifiée SqlDecimal .