SByte.Log2(SByte) Methode

Definition

Berechnet das Protokoll2 eines Werts.

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

Parameter

value
SByte

Der Wert, dessen Log2 berechnet werden soll.

Gibt zurück

Das Protokoll2 von value.

Implementiert

Gilt für: