NFloat.ILogB(NFloat) Metoda

Definice

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

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

Parametry

x
NFloat

Hodnota, jejíž celočíselný logaritmus má být vypočítána.

Návraty

Celočíselný logaritmus .x

Implementuje

Platí pro