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

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

    Parameters

    x
    See Also