SqlDecimal.Sign(SqlDecimal) Metodo

Definizione

Ottiene un valore che indica il segno di una proprietà SqlDecimal della struttura 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

Parametri

n
SqlDecimal

Struttura SqlDecimal il cui segno deve essere valutato.

Restituisce

Numero che indica il segno della struttura SqlDecimal.

Si applica a

Vedi anche