Edit

Share via


Int128.BigMul(Int128, Int128, Int128) Method

Definition

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

Returns

Applies to