BigMul
Produces the full product of two 32-bit numbers.
Public Function BigMul(
ByVal a As Long,
ByVal b As Long ) As Int64
Parameters
- a
-
[ByVal]
Long.
The first number to multiply.
- b
-
[ByVal]
Long.
The second number to multiply.
Return Values
Int64 - The number containing the product of the specified numbers.
See Also
Project CorLib Overview
Class CorMath Overview