Partilhar via


UInt64.BigMul(UInt64, UInt64) Método

Definição

Produz o produto completo de dois números de 64 bits sem sinal.

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

O primeiro número a ser multiplicado.

right
UInt64

O segundo número a ser multiplicado.

Retornos

O número que contém o produto dos números especificados.

Aplica-se a