Int128.Multiply(Int128, Int128) Operador

Definição

Multiplica dois valores juntos para calcular seu produto.

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

O valor que right multiplica.

right
Int128

O valor que multiplica left.

Retornos

O produto de left multiplicado por right.

Implementações

Aplica-se a