SqlDecimal.Abs(SqlDecimal) Méthode

Définition

La méthode Abs obtient la valeur absolue du paramètre SqlDecimal.

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

n
SqlDecimal

Structure SqlDecimal.

Retours

Structure SqlDecimal dont la propriété Value contient le nombre non signé représentant la valeur absolue du paramètre SqlDecimal.

S’applique à

Voir aussi