SqlDecimal.Floor(SqlDecimal) Méthode

Définition

Arrondit un nombre SqlDecimal spécifié au nombre entier inférieur suivant.

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

Paramètres

n
SqlDecimal

Structure SqlDecimal pour laquelle la valeur minimale doit être calculée.

Retours

Structure SqlDecimal qui contient la partie entière du nombre de cette structure SqlDecimal.

S’applique à

Voir aussi