IMultiplyOperators<TSelf,TOther,TResult> 인터페이스

정의

두 값의 곱을 계산하는 메커니즘을 정의합니다.

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

및 곱을 포함하는 형식입니다 TSelf TOther.

파생

연산자

CheckedMultiply(TSelf, TOther)

두 값을 함께 곱하여 제품을 계산합니다.

Multiply(TSelf, TOther)

두 값을 함께 곱하여 제품을 계산합니다.

적용 대상