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

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

    Parameters

    x
    See Also