IMultiplyOperators<TSelf,TOther,TResult> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義計算兩個值乘積的機制。
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) |
將兩個值相乘以計算其乘積。 |
Multiply(TSelf, TOther) |
將兩個值相乘以計算其乘積。 |
適用於
意見反應
提交並檢視相關的意見反應