Sdílet prostřednictvím


SqlInt64.Modulus(SqlInt64, SqlInt64) Metoda

Definice

Vydělí dvě SqlInt64 hodnoty a vrátí zbytek.

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

Parametry

x
SqlInt64

Hodnota SqlInt64 .

y
SqlInt64

Hodnota SqlInt64 .

Návraty

Zbytek zbývající po dělení je proveden na x a y.

Poznámky

Pokud je instance x nebo y null, hodnota bude null.

Platí pro

Viz také