dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlInt16 Structure / OnesComplement Method

In This Topic
    OnesComplement Method (SqlInt16)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function OnesComplement( _
       ByVal x As SqlInt16 _
    ) As SqlInt16
    public static SqlInt16 OnesComplement( 
       SqlInt16 x
    )

    Parameters

    x
    See Also