Int128.Log2(Int128) Methode

Definition

Berechnet das Protokoll2 eines Werts.

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

Parameter

value
Int128

Gibt zurück

Int128

Das Protokoll2 von value.

Implementiert

Gilt für