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

정의

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

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

형식 매개 변수

TSelf

이 인터페이스를 구현하는 형식입니다.

TOther

를 나눌 TSelf형식입니다.

TResult

TOther의 몫을 포함하는 형식입니다TSelf.

파생

연산자

CheckedDivision(TSelf, TOther)

두 값을 함께 나누어 몫을 계산합니다.

Division(TSelf, TOther)

한 값을 다른 값으로 나누어 몫을 계산합니다.

적용 대상