IMultiplyOperators<TSelf,TOther,TResult>.CheckedMultiply Operator

Definicja

Mnoży dwie wartości, aby obliczyć swój produkt.

public:
 static override TResult op_CheckedMultiply(TSelf left, TOther right);
public static virtual TResult op_CheckedMultiply (TSelf left, TOther right);
static member op_CheckedMultiply : 'Self * 'Other -> 'Result
Public Shared Overrides op_CheckedMultiply (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 rightprzez element left .

Wyjątki

Iloczyn left mnożony przez right element nie jest reprezentowany przez TResult.

Dotyczy