IMultiplyOperators<TSelf,TOther,TResult> Interface

Definitie

Definieert een mechanisme voor het berekenen van het product van twee waarden.

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)

Type parameters

TSelf

Het type dat deze interface implementeert.

TOther

Het type dat wordt vermenigvuldigd TSelf.

TResult

Het type dat het product van TSelf en TOther.

Afgeleid

Operators

Name Description
CheckedMultiply(TSelf, TOther)

Vermenigvuldigt twee waarden samen om het product te berekenen.

Multiply(TSelf, TOther)

Vermenigvuldigt twee waarden samen om het product te berekenen.

Van toepassing op