SqlDecimal.Sign(SqlDecimal) Méthode

Définition

Obtient une valeur qui indique le signe de la propriété SqlDecimal d'une structure Value.

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

Paramètres

n
SqlDecimal

Structure SqlDecimal dont le signe doit être évalué.

Retours

Nombre qui indique le signe de la structure SqlDecimal.

S’applique à

Voir aussi