UInt128.Multiply(UInt128, UInt128) Operador

Definición

Multiplica dos valores juntos para calcular su producto.

public:
 static UInt128 operator *(UInt128 left, UInt128 right) = System::Numerics::IMultiplyOperators<UInt128, UInt128, UInt128>::op_Multiply;
public static UInt128 operator * (UInt128 left, UInt128 right);
static member ( * ) : UInt128 * UInt128 -> UInt128
Public Shared Operator * (left As UInt128, right As UInt128) As UInt128

Parámetros

left
UInt128

Valor que right multiplica.

right
UInt128

Valor que multiplica left.

Devoluciones

Producto de left multiplicado por right.

Implementaciones

Se aplica a