NFloat.ILogB(NFloat) Método

Definición

Calcula el logaritmo entero de un valor.

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

Parámetros

x
NFloat

Valor cuyo logaritmo entero se va a calcular.

Devoluciones

Logaritmo entero de x.

Implementaciones

Se aplica a