Mono Class Library: System.Math Overview | Members

System.Math.DivRem Method

Returns the quotient of two numbers, also passing the remainder as an output parameter.

public static int DivRem (int a, int b, out int result)

Parameters

a
A int that contains the dividend.
b
A int that contains the divisor.
result
A int that receives the remainder.

Returns

A int containing the quotient of the specified numbers.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0