dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlSingle Structure / LessThan Method

In This Topic
    LessThan Method (SqlSingle)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function LessThan( _
       ByVal x As SqlSingle, _
       ByVal y As SqlSingle _
    ) As SqlBoolean
    public static SqlBoolean LessThan( 
       SqlSingle x,
       SqlSingle y
    )

    Parameters

    x
    y
    See Also