SqlDecimal.Abs(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.
La méthode Abs obtient la valeur absolue du SqlDecimal paramètre.
public:
static System::Data::SqlTypes::SqlDecimal Abs(System::Data::SqlTypes::SqlDecimal n);
public static System.Data.SqlTypes.SqlDecimal Abs(System.Data.SqlTypes.SqlDecimal n);
static member Abs : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Abs (n As SqlDecimal) As SqlDecimal
Paramètres
Structure SqlDecimal.
Retours
Structure SqlDecimal dont Value la propriété contient le nombre non signé représentant la valeur absolue du SqlDecimal paramètre.