SqlDecimal.Abs(SqlDecimal) Metodo

Definizione

Il metodo Abs ottiene il valore assoluto del parametro 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

Parametri

n
SqlDecimal

Struttura SqlDecimal.

Restituisce

Struttura SqlDecimal la cui proprietà Value contiene il numero senza segno che rappresenta il valore assoluto del parametro SqlDecimal.

Si applica a

Vedi anche