0 out of 5 rated this helpful - Rate this topic

Math.DivRem Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.