Math.DivRem Method
.NET Framework 4.5
Calculates the quotient of two numbers and also returns the remainder in an output parameter.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |