UInt128.BigMul(UInt128, UInt128, UInt128) 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 UInt128 BigMul(UInt128 left, UInt128 right, [Runtime::InteropServices::Out] UInt128 % lower);
public static UInt128 BigMul(UInt128 left, UInt128 right, out UInt128 lower);
static member BigMul : UInt128 * UInt128 * UInt128 -> UInt128
Public Shared Function BigMul (left As UInt128, right As UInt128, ByRef lower As UInt128) As UInt128
Parameters
- left
- UInt128
- right
- UInt128
- lower
- UInt128