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

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

    Parameters

    x
    y
    See Also