Int128.Multiply(Int128, Int128) Operador

Definición

Multiplica dos valores juntos para calcular su producto.

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

Parámetros

left
Int128

Valor que right multiplica.

right
Int128

Valor que multiplica left.

Devoluciones

Producto de left multiplicado por right.

Implementaciones

Se aplica a