dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Sign Method

In This Topic
    Sign Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Sign( _
       ByVal n As SqlDecimal _
    ) As SqlInt32
    public static SqlInt32 Sign( 
       SqlDecimal n
    )

    Parameters

    n
    See Also