Compartir a través de


UInt64.BigMul(UInt64, UInt64) Método

Definición

Genera el producto completo de dos números de 64 bits sin signo.

public:
 static UInt128 BigMul(System::UInt64 left, System::UInt64 right);
public static UInt128 BigMul (ulong left, ulong right);
static member BigMul : uint64 * uint64 -> UInt128
Public Shared Function BigMul (left As ULong, right As ULong) As UInt128

Parámetros

left
UInt64

Primer número que se va a multiplicar.

right
UInt64

Segundo número que se va a multiplicar.

Devoluciones

Número que contiene el producto de los números especificados.

Se aplica a