Helper method for large multiplication - this function is missing
from the portable profile.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static long BigMul(
int a,
int b
)
Public Shared Function BigMul (
a As Integer,
b As Integer
) As Long
public:
static long long BigMul(
int a,
int b
)
static member BigMul :
a : int *
b : int -> int64
Parameters
- a
- Type: SystemInt32
[Missing <param name="a"/> documentation for "M:Bio.Util.Helper.BigMul(System.Int32,System.Int32)"]
- b
- Type: SystemInt32
[Missing <param name="b"/> documentation for "M:Bio.Util.Helper.BigMul(System.Int32,System.Int32)"]
Return Value
Type:
Int64[Missing <returns> documentation for "M:Bio.Util.Helper.BigMul(System.Int32,System.Int32)"]
See Also