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 long DivRem (long a, long b, out long result)

Parameters

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

Returns

A long 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