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

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

    Parameters

    x
    y
    See Also