NFloat.ILogB(NFloat) Méthode

Définition

Calcule le logarithme entier d’une valeur.

public:
 static int ILogB(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ILogB;
public static int ILogB (System.Runtime.InteropServices.NFloat x);
static member ILogB : System.Runtime.InteropServices.NFloat -> int
Public Shared Function ILogB (x As NFloat) As Integer

Paramètres

x
NFloat

Valeur dont le logarithme entier doit être calculé.

Retours

Logarithme entier de x.

Implémente

S’applique à