IDivisionOperators<TSelf,TOther,TResult> Interface

Definitie

Definieert een mechanisme voor het berekenen van het quotiënt van twee waarden.

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)

Type parameters

TSelf

Het type dat deze interface implementeert.

TOther

Het type dat wordt verdeeld TSelf.

TResult

Het type met het quotiënt van TSelf en TOther.

Afgeleid

Operators

Name Description
CheckedDivision(TSelf, TOther)

Verdeelt twee waarden samen om hun quotiënt te berekenen.

Division(TSelf, TOther)

Verdeelt de ene waarde door een andere om het quotiënt te berekenen.

Van toepassing op