Half.Log2P1(Half) Methode

Definition

Berechnet den Basis-2-Logarithmus eines Werts plus 1.

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

Parameter

x
Half

Der Wert, dem vor dem Berechnen des Base-2-Logarithmus eine hinzugefügt wird.

Gibt zurück

log2(x + 1)

Implementiert

Gilt für: