NFloat.Ieee754Remainder(NFloat, NFloat) Metoda

Definice

Vypočítá zbytek dvou hodnot podle specifikace IEEE 754.

public:
 static System::Runtime::InteropServices::NFloat Ieee754Remainder(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Ieee754Remainder;
public static System.Runtime.InteropServices.NFloat Ieee754Remainder (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member Ieee754Remainder : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Ieee754Remainder (left As NFloat, right As NFloat) As NFloat

Parametry

left
NFloat

Hodnota, která right rozděluje.

right
NFloat

Hodnota, která rozděluje left.

Návraty

Zbytek děleno left podle right specifikace IEEE 754.

Implementuje

Platí pro