Half.Log2P1(Half) Metoda

Definicja

Oblicza logarytm base-2 wartości plus jeden.

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

Parametry

x
Half

Zwraca

Half

log2(x + 1)

Implementuje

Dotyczy