IMultiplyOperators<TSelf,TOther,TResult> Interfejs

Definicja

Definiuje mechanizm przetwarzania produktu dwóch wartości.

generic <typename TSelf, typename TOther, typename TResult>
 where TSelf : IMultiplyOperators<TSelf, TOther, TResult>public interface class IMultiplyOperators
public interface IMultiplyOperators<TSelf,TOther,TResult> where TSelf : IMultiplyOperators<TSelf,TOther,TResult>
type IMultiplyOperators<'Self, 'Other, 'Result (requires 'Self :> IMultiplyOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IMultiplyOperators(Of TSelf, TOther, TResult)

Parametry typu

TSelf

Typ implementujący ten interfejs.

TOther

Typ, który będzie mnożyć TSelfwartość .

TResult

Typ, który zawiera produkt i TSelfTOther.

Pochodne

Operatory

CheckedMultiply(TSelf, TOther)

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

Multiply(TSelf, TOther)

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

Dotyczy