OpenNETCF Smart Device Framework 2.3
Produces the full product of two 32-bit numbers.

Namespace:  OpenNETCF
Assembly:  OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0

Syntax

C#
public static long BigMul(
	int a,
	int b
)
Visual Basic (Declaration)
Public Shared Function BigMul ( _
	a As Integer, _
	b As Integer _
) As Long
Visual Basic (Usage)
Dim a As Integer
Dim b As Integer
Dim returnValue As Long

returnValue = Math2.BigMul(a, b)
Visual C++
public:
static long long BigMul(
	int a, 
	int b
)
J#
public static long BigMul(
	int a,
	int b
)
JScript
public static function BigMul(
	a : int, 
	b : int
) : long
JavaScript
OpenNETCF.Math2.BigMul = function(a, b);

Parameters

a
Type: System..::.Int32
b
Type: System..::.Int32

Return Value

See Also