Half.Log2P1(Half) Metod

Definition

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

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

Parametrar

x
Half

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

Returer

log2(x + 1)

Implementeringar

Gäller för