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

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

    Parameters

    x
    y
    See Also