IBinaryInteger<TSelf>.DivRem(TSelf, TSelf) Metoda

Definicja

Oblicza iloraz i pozostałą część dwóch wartości.

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)

Parametry

left
TSelf

Wartość dzieląca right .

right
TSelf

Wartość dzieląca leftelement .

Zwraca

ValueTuple<TSelf,TSelf>

Iloraz i pozostała część podzielona left przez right.

Dotyczy