IBinaryInteger<TSelf>.DivRem Methode

Definitie

Overloads

Name Description
DivRem(TSelf, TSelf)

Berekent het quotiënt en de rest van twee waarden.

DivRem(TSelf, TSelf, DivisionRounding)

DivRem(TSelf, TSelf)

Bron:
IBinaryInteger.cs
Bron:
IBinaryInteger.cs
Bron:
IBinaryInteger.cs
Bron:
IBinaryInteger.cs
Bron:
IBinaryInteger.cs

Berekent het quotiënt en de rest van twee waarden.

public:
 static override ValueTuple<TSelf, TSelf> DivRem(TSelf left, TSelf right);
public static virtual(TSelf Quotient, TSelf Remainder) DivRem(TSelf left, TSelf right);
static member DivRem : 'Self * 'Self -> ValueTuple<'Self, 'Self (requires 'Self :> System.Numerics.IBinaryInteger<'Self> and 'Self :> System.Numerics.IBinaryInteger<'Self>)>
Public Shared Overrides Function DivRem (left As TSelf, right As TSelf) As ValueTuple(Of TSelf, TSelf)

Parameters

left
TSelf

De waarde die right wordt gedeeld.

right
TSelf

De waarde die wordt gedeeld left.

Retouren

ValueTuple<TSelf,TSelf>

Het quotiënt en de rest van left gedeeld door right.

Uitzonderingen

right is nul.

Van toepassing op

DivRem(TSelf, TSelf, DivisionRounding)

Bron:
IBinaryInteger.cs
public:
 static override ValueTuple<TSelf, TSelf> DivRem(TSelf left, TSelf right, System::Numerics::DivisionRounding mode);
public static virtual(TSelf Quotient, TSelf Remainder) DivRem(TSelf left, TSelf right, System.Numerics.DivisionRounding mode);
static member DivRem : 'Self * 'Self * System.Numerics.DivisionRounding -> ValueTuple<'Self, 'Self (requires 'Self :> System.Numerics.IBinaryInteger<'Self> and 'Self :> System.Numerics.IBinaryInteger<'Self>)>
Public Shared Overrides Function DivRem (left As TSelf, right As TSelf, mode As DivisionRounding) As ValueTuple(Of TSelf, TSelf)

Parameters

left
TSelf
right
TSelf

Retouren

ValueTuple<TSelf,TSelf>

Van toepassing op