Math.DivRem Method
.NET Framework 2.0
Calculates the quotient of two numbers and also returns the remainder in an output parameter.
| Name | Description |
|---|---|
| Math.DivRem (Int32, Int32, Int32) | Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter. |
| Math.DivRem (Int64, Int64, Int64) | Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter. |