Double.ILogB(Double) Metoda

Definice

Vypočítá celočíselný logaritmus hodnoty.

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

Parametry

x
Double

Hodnota, jejíž celočíselný logaritmus se má vypočítat.

Návraty

Celočíselný logaritmus .x

Implementuje

Platí pro