The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Math::DivRem Method
.NET Framework (current version)
Calculates the quotient of two numbers and also returns the remainder in an output parameter.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DivRem(Int32, Int32, Int32%) | Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter. |
![]() ![]() | DivRem(Int64, Int64, Int64%) | Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter. |
Show:

