Share via


Half.ILogB(Half) Méthode

Définition

Calcule le logarithme d’entier d’une valeur.

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

Paramètres

x
Half

Valeur dont le logarithme d’entier doit être calculé.

Retours

Logarithme entier de x.

Implémente

S’applique à