SqlDecimal.LessThanOrEqual(SqlDecimal, SqlDecimal) Méthode

Définition

Effectue une comparaison logique des deux SqlDecimal paramètres pour déterminer si le premier est inférieur ou égal à la seconde.

public:
 static System::Data::SqlTypes::SqlBoolean LessThanOrEqual(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member LessThanOrEqual : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlBoolean
Public Shared Function LessThanOrEqual (x As SqlDecimal, y As SqlDecimal) As SqlBoolean

Paramètres

x
SqlDecimal

Structure SqlDecimal.

y
SqlDecimal

Structure SqlDecimal.

Retours

C’est-à-dire SqlBooleanTrue si la première instance est inférieure ou égale à la deuxième instance. Sinon, False. Si l’une ou l’autre instance est SqlDecimal null, la ValueSqlBoolean valeur est Null.

S’applique à

Voir aussi