Język

Single.Log2P1(Single) Metoda

Definicja

Oblicza logarytm base-2 wartości plus jeden.

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

Parametry

x
Single

Wartość, do której jest dodawana przed obliczenie logarytmu base-2.

Zwraca

log2(x + 1)

Implementuje

Dotyczy