Mono Class Library: System.Math Overview | Members

System.Math.BigMul Method

Produces the full product of two 32-bit numbers. [Edit]

public static long BigMul (int a, int b)

Parameters

a
The first int to multiply. [Edit]
b
The second int to multiply. [Edit]

Returns

A long containing the product 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