Half.ILogB(Half) Método

Definición

Calcula el logaritmo entero de un valor.

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

Parámetros

x
Half

Devoluciones

Int32

Logaritmo entero de x.

Implementaciones

Se aplica a