SqlInt32.Modulus(SqlInt32, SqlInt32) 메서드

정의

SqlInt32 값을 나누고 나머지를 반환합니다.

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

매개 변수

x
SqlInt32

SqlInt32 값입니다.

y
SqlInt32

SqlInt32 값입니다.

반품

나누기를 수행한 xy후 남은 나머지 및 .

설명

인스턴스가 x null이거나 y Null이면 값은 null이 됩니다.

적용 대상

추가 정보