Single.Log2(Single) Methode

Definition

Berechnet das Protokoll2 eines Werts.

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

Parameter

value
Single

Der Wert, dessen Log2 berechnet werden soll.

Gibt zurück

Das Protokoll2 von value.

Implementiert

Gilt für: