SByte.Log2(SByte) Metoda

Definicja

Oblicza dziennik2 wartości.

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

Parametry

value
SByte

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

Zwraca

Dziennik2 z value.

Implementuje

Dotyczy