Sdílet prostřednictvím


Double.Log2P1(Double) Metoda

Definice

Vypočítá logaritmus hodnoty base-2 plus jednu.

public:
 static double Log2P1(double x) = System::Numerics::ILogarithmicFunctions<double>::Log2P1;
public static double Log2P1 (double x);
static member Log2P1 : double -> double
Public Shared Function Log2P1 (x As Double) As Double

Parametry

x
Double

Návraty

Double

log2(x + 1)

Implementuje

Platí pro