UInt32.IMultiplyOperators<UInt32,UInt32,UInt32>.Multiply Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Multiplica dois valores juntos para calcular seu produto.
static System::UInt32 System.Numerics.IMultiplyOperators<System.UInt32,System.UInt32,System.UInt32>.operator *(System::UInt32 left, System::UInt32 right) = System::Numerics::IMultiplyOperators<System::UInt32, System::UInt32, System::UInt32>::op_Multiply;
static uint IMultiplyOperators<uint,uint,uint>.operator * (uint left, uint right);
static member ( * ) : uint32 * uint32 -> uint32
Shared Operator * (left As UInteger, right As UInteger) As UInteger Implements IMultiplyOperators(Of UInteger, UInteger, UInteger).op_Multiply
Parâmetros
- left
- UInt32
O valor que right
multiplica.
- right
- UInt32
O valor que multiplica left
.
Retornos
O produto de left
multiplicado por right
.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.