UInt128.BigMul(UInt128, UInt128, UInt128) Metodo

Definizione

Produce il prodotto completo di due interi nativi senza segno.

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

Parametri

left
UInt128

Intero da moltiplicare con right.

right
UInt128

Intero da moltiplicare con left.

lower
UInt128

Metà inferiore del prodotto completo.

Valori restituiti

Metà superiore del prodotto completo.

Si applica a