SqlInt64.Modulus(SqlInt64, SqlInt64) 메서드

정의

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

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

매개 변수

x
SqlInt64

SqlInt64 값입니다.

y
SqlInt64

SqlInt64 값입니다.

반품

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

설명

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

적용 대상

추가 정보