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

Definice

Vypočítá zbývající dvě hodnoty podle specifikace 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

Hodnota, která right rozděluje.

right
TSelf

Hodnota, která rozděluje left.

Návraty

TSelf

Zbytek děleno left podle right IEEE 754.

Platí pro