SqlSingle.LessThan(SqlSingle, SqlSingle) 操作员

定义

对两 SqlSingle 个参数执行逻辑比较,以确定第一个参数是否小于第二个参数。

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

参数

x
SqlSingle

SqlSingle 结构。

y
SqlSingle

SqlSingle 结构。

返回

也就是说SqlBoolean,第一True个实例小于第二个实例。 否则为 False。 如果任一实例为 null,

注解

此运算符 SqlSingle.LessThan的等效方法是 。

适用于

另请参阅