SqlDecimal.Sign(SqlDecimal) Metoda

Definicja

Pobiera wartość wskazującą znak SqlDecimal właściwości struktury 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

Parametry

n
SqlDecimal

Struktura SqlDecimal , której znak ma być oceniany.

Zwraca

Liczba wskazująca znak SqlDecimal struktury.

Dotyczy

Zobacz też