Double.Log2(Double) Methode

Definition

Berechnet das Protokoll2 eines Werts.

public:
 static double Log2(double value) = System::Numerics::IBinaryNumber<double>::Log2;
public static double Log2(double value);
static member Log2 : double -> double
Public Shared Function Log2 (value As Double) As Double

Parameter

value
Double

Der Wert, dessen Log2 berechnet werden soll.

Gibt zurück

Das Protokoll2 von value.

Implementiert

Gilt für: