Returns the quotient of two numbers, also passing the remainder as an output parameter.
[Edit]
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
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0