IMultiplyOperators<TSelf,TOther,TResult>.Multiply(TSelf, TOther) Operator

Definicja

Mnoży dwie wartości w celu obliczenia ich produktu.

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

Parametry

left
TSelf

Wartość, która right mnoży.

right
TOther

Wartość, która mnoży leftwartość .

Zwraca

TResult

Pomnożony leftrightprzez element .

Dotyczy