SqlSingle.LessThanOrEqual(SqlSingle, SqlSingle) Método

Definição

Executa uma comparação lógica dos dois parâmetros SqlSingle para determinar se o primeiro é menor ou igual ao segundo.Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than or equal to the second.

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

Parâmetros

x
SqlSingle

Uma estrutura SqlSingle.A SqlSingle structure.

y
SqlSingle

Uma estrutura SqlSingle.A SqlSingle structure.

Retornos

SqlBoolean

Um SqlBoolean que será True se a primeira instância for menor ou igual à segunda instância.A SqlBoolean that is True if the first instance is less than or equal to the second instance. Caso contrário, False.Otherwise, False. Se uma das instâncias de SqlSingle for nula, o Value do SqlBoolean será Null.If either instance of SqlSingle is null, the Value of the SqlBoolean will be Null.

Aplica-se a