UInt32.Log2(UInt32) Metoda

Definicja

Oblicza dziennik2 wartości.

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

Parametry

value
UInt32

Wartość, której log2 ma zostać obliczona.

Zwraca

Dziennik2 z value.

Implementuje

Dotyczy