NFloat.Ieee754Remainder(NFloat, NFloat) Méthode

Définition

Calcule le reste des deux valeurs spécifiées par 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

Paramètres

left
NFloat

Valeur qui right divise.

right
NFloat

Valeur qui divise left.

Retours

Le reste de divisé left par right comme spécifié par IEEE 754.

Implémente

S’applique à