Byte.IMultiplyOperators<Byte,Byte,Byte>.Multiply(Byte, Byte) Operador

Definición

Multiplica dos valores juntos para calcular su producto.

 static System::Byte System.Numerics.IMultiplyOperators<System.Byte,System.Byte,System.Byte>.operator *(System::Byte left, System::Byte right) = System::Numerics::IMultiplyOperators<System::Byte, System::Byte, System::Byte>::op_Multiply;
static byte IMultiplyOperators<byte,byte,byte>.operator * (byte left, byte right);
static member ( * ) : byte * byte -> byte
 Shared Operator * (left As Byte, right As Byte) As Byte Implements IMultiplyOperators(Of Byte, Byte, Byte).op_Multiply

Parámetros

left
Byte

Valor que right se multiplica.

right
Byte

Valor que multiplica left.

Devoluciones

Producto de left multiplicado por right.

Implementaciones

Se aplica a