Half.Log2P1(Half) Methode

Definition

Berechnet den Logarithmus der Basis-2 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 Logarithmus base-2 hinzugefügt wird.

Gibt zurück

log2(x + 1)

Implementiert

Gilt für: