SqlInt16.Modulus(SqlInt16, SqlInt16) Metodo

Definizione

Divide i due valori SqlInt16 e restituisce il resto.

public:
 static System::Data::SqlTypes::SqlInt16 Modulus(System::Data::SqlTypes::SqlInt16 x, System::Data::SqlTypes::SqlInt16 y);
public static System.Data.SqlTypes.SqlInt16 Modulus (System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y);
static member Modulus : System.Data.SqlTypes.SqlInt16 * System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Function Modulus (x As SqlInt16, y As SqlInt16) As SqlInt16

Parametri

x
SqlInt16

Valore SqlInt16.

y
SqlInt16

Valore SqlInt16.

Restituisce

Resto della divisione eseguita sugli oggetti x e y.

Commenti

Se l'istanza di x o y è Null, il valore è Null.

Si applica a

Vedi anche