IFloatingPointIeee754<TSelf>.ILogB(TSelf) Método

Definición

Calcula el logaritmo entero de un valor.

public:
 static int ILogB(TSelf x);
public static abstract int ILogB (TSelf x);
static member ILogB : 'Self -> int
Public Shared Function ILogB (x As TSelf) As Integer

Parámetros

x
TSelf

Valor cuyo logaritmo entero se va a calcular.

Devoluciones

Logaritmo entero de x.

Se aplica a