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

Parameters

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

Returns

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