Mono Class Library: System.Math Overview | Members

System.Math.BigMul Method

Produces the full product of two 32-bit numbers.

public static long BigMul (int a, int b)

Parameters

a
The first int to multiply.
b
The second int to multiply.

Returns

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