Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Calculates the quotient of two numbers and also returns the remainder in an output parameter.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDivRem(Int32, Int32, Int32%)

Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter.

System_CAPS_pubmethodSystem_CAPS_staticDivRem(Int64, Int64, Int64%)

Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter.

Return to top
Show:
© 2017 Microsoft