SqlInt32.Mod(SqlInt32, SqlInt32) メソッド

定義

最初の SqlInt32 パラメーターを 2 番目のパラメーターで除算した後の剰余を計算します。

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

パラメーター

x
SqlInt32

SqlInt32 構造。

y
SqlInt32

SqlInt32 構造。

戻り値

剰余を格納している SqlInt32 を持つ Value 構造体。

適用対象

こちらもご覧ください