Click or drag to resize
HelperBigMul Method
Helper method for large multiplication - this function is missing from the portable profile.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static long BigMul(
	int a,
	int b
)

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