SqlInt32.Modulus(SqlInt32, SqlInt32) Método
Definição
public:
static System::Data::SqlTypes::SqlInt32 Modulus(System::Data::SqlTypes::SqlInt32 x, System::Data::SqlTypes::SqlInt32 y);
public static System.Data.SqlTypes.SqlInt32 Modulus (System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y);
static member Modulus : System.Data.SqlTypes.SqlInt32 * System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlInt32
Public Shared Function Modulus (x As SqlInt32, y As SqlInt32) As SqlInt32
Parâmetros
Retornos
O resto deixado após a divisão feita em x e y.The remainder left after division is performed on x and y.
Comentários
Se qualquer instância do x ou y for NULL, o valor será NULL.If either instance of x or y is null, the value will be null.