Sdílet prostřednictvím


NFloat.Ieee754Remainder(NFloat, NFloat) Metoda

Definice

Vypočítá zbývající dvě hodnoty 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 se dělí.

right
NFloat

Hodnota, která rozděluje left.

Návraty

Zbytek děleno left podle right IEEE 754.

Implementuje

Platí pro