Int128.BigMul(Int128, Int128, Int128) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Int128 BigMul(Int128 left, Int128 right, [Runtime::InteropServices::Out] Int128 % lower);
public static Int128 BigMul(Int128 left, Int128 right, out Int128 lower);
static member BigMul : Int128 * Int128 * Int128 -> Int128
Public Shared Function BigMul (left As Int128, right As Int128, ByRef lower As Int128) As Int128
Parameters
- left
- Int128
- right
- Int128
- lower
- Int128