UInt16.Log2(UInt16) Methode

Definition

Berechnet das Protokoll2 eines Werts.

public:
 static System::UInt16 Log2(System::UInt16 value) = System::Numerics::IBinaryNumber<System::UInt16>::Log2;
public static ushort Log2(ushort value);
static member Log2 : uint16 -> uint16
Public Shared Function Log2 (value As UShort) As UShort

Parameter

value
UInt16

Der Wert, dessen Log2 berechnet werden soll.

Gibt zurück

Das Protokoll2 von value.

Implementiert

Gilt für: