IFloatingPointIeee754<TSelf>.Ieee754Remainder(TSelf, TSelf) Metoda

Definicja

Oblicza pozostałe dwie wartości określone przez IEEE 754.

public:
 static TSelf Ieee754Remainder(TSelf left, TSelf right);
public static abstract TSelf Ieee754Remainder (TSelf left, TSelf right);
static member Ieee754Remainder : 'Self * 'Self -> 'Self
Public Shared Function Ieee754Remainder (left As TSelf, right As TSelf) As TSelf

Parametry

left
TSelf

Wartość dzieląca right .

right
TSelf

Wartość dzieląca leftelement .

Zwraca

TSelf

Pozostała część podzielona leftright przez określony przez IEEE 754.

Dotyczy