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. [Edit]

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

Parameters

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

Returns

A int containing the quotient of the specified numbers. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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