UInt128.BigMul(UInt128, UInt128, UInt128) Método

Definição

Produz o produto completo de dois inteiros nativos sem sinal.

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

Parâmetros

left
UInt128

O inteiro a ser multiplicado com right.

right
UInt128

O inteiro a ser multiplicado com left.

lower
UInt128

A metade inferior do produto completo.

Retornos

A metade superior do produto completo.

Aplica-se a