Single.ILogB(Single) Metoda

Definice

Vypočítá celočíselnou logaritmus hodnoty.

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

Parametry

x
Single

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

Návraty

Celočíselná logaritmus čísla x.

Implementuje

Platí pro