Edit

Share via


UInt128.BigMul(UInt128, UInt128, UInt128) Method

Definition

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

Returns

Applies to