Compartilhar via


UInt32.BigMul(UInt32, UInt32) Método

Definição

Produz o produto completo de dois números de 32 bits não assinados.

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

Parâmetros

left
UInt32

O primeiro número a ser multiplicado.

right
UInt32

O segundo número a ser multiplicado.

Retornos

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

Aplica-se a