Single.ILogB(Single) Méthode

Définition

Calcule le logarithme entier d’une valeur.

public:
 static int ILogB(float x) = System::Numerics::IFloatingPointIeee754<float>::ILogB;
public static int ILogB(float x);
static member ILogB : single -> int
Public Shared Function ILogB (x As Single) As Integer

Paramètres

x
Single

Valeur dont le logarithme entier doit être calculé.

Retours

Logarithme entier de x.

Implémente

S’applique à