SqlDecimal.LessThanOrEqual(SqlDecimal, SqlDecimal) Metoda

Definice

Provede logické porovnání těchto dvou SqlDecimal parametrů a určí, jestli je první menší nebo roven druhé.

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

Parametry

x
SqlDecimal

Struktura SqlDecimal .

y
SqlDecimal

Struktura SqlDecimal .

Návraty

To SqlBoolean znamená True , že první instance je menší nebo rovna druhé instanci. V opačném případě False. Pokud je některý z SqlDecimal instancí null, Value bude SqlBooleanhodnota Null .

Platí pro

Viz také