IMultiplyOperators<TSelf,TOther,TResult> インターフェイス

定義

2 つの値の積を計算するためのメカニズムを定義します。

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)

型パラメーター

TSelf

このインターフェイスを実装する型。

TOther

を乗算 TSelfする型。

TResult

および TOtherの積TSelfを含む型。

派生

演算子

CheckedMultiply(TSelf, TOther)

2 つの値を乗算して製品を計算します。

Multiply(TSelf, TOther)

2 つの値を乗算して製品を計算します。

適用対象