IMultiplyOperators<TSelf,TOther,TResult>.Multiply(TSelf, TOther) Opérateur

Définition

Multiplie deux valeurs ensemble pour calculer leur produit.

public:
 static TResult operator *(TSelf left, TOther right);
public static abstract TResult operator * (TSelf left, TOther right);
static member ( * ) : 'Self * 'Other -> 'Result
Public Shared Operator * (left As TSelf, right As TOther) As TResult

Paramètres

left
TSelf

Valeur qui right se multiplie.

right
TOther

Valeur qui multiplie left.

Retours

TResult

Produit de left multiplié par right.

S’applique à