Double.Log2P1(Double) Metod

Definition

Beräknar base-2-logaritmen för ett värde plus ett.

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

Parametrar

x
Double

Värdet som läggs till innan base-2-logaritmen beräknas.

Returer

log2(x + 1)

Implementeringar

Gäller för